$(document).ready(function(){

if ($.browser.ie){
	$(".run").ready(function(){
	
		$(".apply_area").animate({ left: "+=200"}, 700)
		.animate({top: "+=286"}, "slow")
		.animate({left: "-=200"}, "slow")
		return true;
		
	
	});


	$(".run").ready(function(){
							 
	
		$(".ad_space").animate({ top: "+=266"}, 700)
		return true;
	
	});
	$(".run").ready(function(){
	
		$(".ad_space_2").animate({ top: "-=493"}, 700)
		return true;
	
	});
	}
	else{
	$(".run").ready(function(){
	
		$(".apply_area").animate({ left: "+=200"}, 700)
		.animate({top: "+=573"}, "slow")
		.animate({left: "-=200"}, "slow")
		return false;
		
	
	});


	$(".run").ready(function(){
	
		$(".ad_space").animate({ top: "-=225"}, 700)
		return false;
	
	});
		$(".run").ready(function(){
	
		$(".ad_space_2").animate({ top: "-=227"}, 700)
		return false;
	
	});
	}
});// JavaScript Document
