var globalids = new Array();
jQuery(document).ready( function($) {
	
	if(jQuery().newsTicker) {
		$('#news_ticker').newsTicker({
		  speed:2,
		  fps:25,
		  margin:0
		});
		//$("ul#ticker02").liScroll({travelocity: 0.05});
	}
	/*
	if(jQuery().twit && document.getElementById('jquery_twit_plugin')) { 
		$('#jquery_twit_plugin').twit('BBWorldForum',{
			count:3,
			limit:1
		});
	}
	*/
	
	$.videoPopup({
		zIndex:500
	});
}
)
