imagePath = 'http://girllovesboy.com/images/background_2.jpg';

$(document).ready(function() {
	


	$('#dummy').html('<img src="'+imagePath+'">');
	
});

$(window).load(function() {
	
	
		
	if($.cookie("imgTest") == null){
		
            
		
              
    	 
	     	$.cookie("imgTest", "foo");
			$('#bar').delay(300).animate({width:'toggle'},800,function() {
				$('#bar').fadeOut(400,function(){
					$('#barwrap').fadeOut(200,function(){
		 	$('.cover').fadeOut(1000,function(){
				$('.home_main').delay(100).fadeIn(600);
				
			
			});
			});
			});
				
				
		});
	} else {
			
		$('.cover').hide();
		$('#barwrap').hide();
    	
			$('.home_main').delay(400).fadeIn(600);
			
	


	}
});

$(window).load(function() {

$('#footer a').click(function(){

	var newLocation = $(this).attr('href');
$('.home_main').delay(200).fadeOut(500,function(){	
	
		
		document.location = newLocation;
	

	});
	return false;
})

});
