$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$("a[rel='lightbox']").colorbox({transition:"fade"});
			$("a[rel='video']").colorbox({iframe:true, innerWidth:425, innerHeight:344});
			
			//init fancynews plugin
	    	$('#fancyNews').fancyNews({slideTime:3000, maxWords:50,width:470, height:420,backgroundColor:'#ffffff',backgroundOverColor:'#ffeed9'});
		});
		
		
