$(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: '20000',
effectis: '0',
mouseover: true,
imagedir: "/js/easynews/",
newscountname: "test",
disablenewscount: true
}
$.init_news(newsoption1);
});