$(document).ready(function(){
var newsoption1 = {
firstname: "mynews",
secondname: "showhere",
thirdname:"news_display",
fourthname:"news_button",
playingtitle:"Now Playing:",
nexttitle:"Next News:",
prevtitle:"Prev News:",
newsspeed:'10000',
effectis:'0',
mouseover:true,
newscountname:"test",
disablenewscount:false
}
$.init_news(newsoption1);
});