window.onload = function()
{
	$('agentpic').hide();
	//$('agentphoto1').hide();
	//$('agentphoto2').hide();
	//$('taglinebox').hide();
	

		Effect.Appear('agentpic', {queue:'parallel',duration:2.0});
		Effect.BlindDown('agentpic', {queue:'parallel',duration:3.0});
		//Effect.Shake('agentpic', {queue:'end',duration:5.0});
		//Effect.Pulsate('agentpic', {queue:'parallel',duration:5.0});
			
		//Effect.Appear('agentphoto1', {queue:'parallel',duration:5.0});
		//Effect.SlideDown('agentphoto1', {queue:'parallel',duration:3.0});
			
		//Effect.Appear('agentphoto2', {queue:'parallel',duration:5.0});
		//Effect.SlideDown('agentphoto2', {queue:'parallel',duration:3.0});
		
		//Effect.Appear('taglinebox', {queue:'parallel',duration:3.0});
		//Effect.BlindDown('taglinebox',{queue:'parallel',duration:3.0});

	
}