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

