$(document).ready(function(){

	/** COMMON ROLLOVERS **/
	$('#menuJunk').mouseover(function(){
		this.src= 'images/nav/antiques_over.png';
	});
	$('#menuJunk').mouseout(function(){
		this.src= 'images/nav/antiques.png';
	});

	$('#menuCafe').mouseover(function(){
		this.src= 'images/nav/cafe_over.png';
	});
	$('#menuCafe').mouseout(function(){
		this.src= 'images/nav/cafe.png';
	});

	$('#menuWeiner').mouseover(function(){
		this.src= 'images/nav/weiner_over.png';
	});
	$('#menuWeiner').mouseout(function(){
		this.src= 'images/nav/weiner.png';
	});

	$('#menuSweets').mouseover(function(){
		this.src= 'images/nav/sweets_over.png';
	});
	$('#menuSweets').mouseout(function(){
		this.src= 'images/nav/sweets.png';
	});

	$('#menuCoffee').mouseover(function(){
		this.src= 'images/nav/coffee_over.png';
	});
	$('#menuCoffee').mouseout(function(){
		this.src= 'images/nav/coffee.png';
	});

	$('#menuAbout').mouseover(function(){
		this.src= 'images/nav/about_over.png';
	});
	$('#menuAbout').mouseout(function(){
		this.src= 'images/nav/about.png';
	});

	$('#menuContact').mouseover(function(){
		this.src= 'images/nav/contact_over.png';
	});
	$('#menuContact').mouseout(function(){
		this.src= 'images/nav/contact.png';
	});

	$('#menuPhotos').mouseover(function(){
		this.src= 'images/nav/photo_over.png';
	});
	$('#menuPhotos').mouseout(function(){
		this.src= 'images/nav/photo.png';
	});

	$('#facebook').mouseover(function(){
		this.src= 'images/facebook_over.png';
	});
	$('#facebook').mouseout(function(){
		this.src= 'images/facebook.png';
	});

	$('#twitter').mouseover(function(){
		this.src= 'images/twitter_over.png';
	});
	$('#twitter').mouseout(function(){
		this.src= 'images/twitter.png';
	});

	$('#FollowUsButton').mouseover(function(){
		this.src= 'images/followUsButton_over.png';
	});
	$('#FollowUsButton').mouseout(function(){
		this.src= 'images/followUsButton.png';
	});
	
	$('#homebuttonIMG').mouseover(function(){
		this.src='images/home_over.gif';
	});
	$('#homebuttonIMG').mouseout(function(){
		this.src='images/home.gif';
	});
	/** END COMMON ROLLOVERS **/

	/** INDEX **/
	
	$('#weiner').mouseover(function(){
		$('#weiner').css("background-image", "url(/images/weinerShack_over.png)");
	});
	$('#weiner').mouseout(function(){
		$('#weiner').css("background-image", "url(/images/weinerShack.png)");
	});
	
	$('#weinerButton').mouseover(function(){
		this.src= 'images/moreInfoButton_over.png';
	});
	$('#weinerButton').mouseout(function(){
		this.src= 'images/moreInfoButton.png';
	});
	
	$('#cafe').mouseover(function(){
		$('#cafe').css("background-image", "url(images/cafe&market_over.png)");
	});
	$('#cafe').mouseout(function(){
		$('#cafe').css("background-image", "url(images/cafe&market.png)");
	});
	
	$('#cafeButton').mouseover(function(){
		this.src= 'images/goodEatsButton_over.png';
	});
	$('#cafeButton').mouseout(function(){
		this.src= 'images/goodEatsButton.png';
	});	

	$('#junk').mouseover(function(){
		$('#junk').css("background-image", "url(images/antiques&funkyJunk_over.png)");
	});
	$('#junk').mouseout(function(){
		$('#junk').css("background-image", "url(images/antiques&funkyJunk.png)");
	});
	
	$('#junkButton').mouseover(function(){
		this.src= 'images/funStuffButton_over.png';
	});
	$('#junkButton').mouseout(function(){
		this.src= 'images/funStuffButton.png';
	});		
	
	$('#morePicturesButton').mouseover(function(){
		this.src= 'images/morePhotosButton_over.png';
	});
	$('#morePicturesButton').mouseout(function(){
		this.src= 'images/morePhotosButton.png';
	});		
	
	$('#viewMapButton').mouseover(function(){
		this.src= 'images/viewMapButton_over.png';
	});
	$('#viewMapButton').mouseout(function(){
		this.src= 'images/viewMapButton.png';
	});		
	
	$('#tagLineOver').mouseover(function(){
		$('#tagLineOver').css("background-image", "url(images/tagLine_over.gif)");
	});
	$('#tagLineOver').mouseout(function(){
		$('#tagLineOver').css("background-image", "url(images/tagLine.gif)");
	});
	
	$('#welcome').mouseover(function(){
		$('#tagLineOver').css("background-image", "url(images/tagLine_over.gif)");
	});
	$('#welcome').mouseout(function(){
		$('#tagLineOver').css("background-image", "url(images/tagLine.gif)");
	});
	
	/** END INDEX **/
	

	
	$('#SubNav_ParadisePoint').mouseover(function(){
		this.src= 'images/about_subNavPP_over.png';
	});
	$('#SubNav_ParadisePoint').mouseout(function(){
		this.src= 'images/about_subNavPP.png';
	});	
	
	$('#SubNav_JohnSubrina').mouseover(function(){
		this.src= 'images/about_subNavJS2_over.png';
	});
	$('#SubNav_JohnSubrina').mouseout(function(){
		this.src= 'images/about_subNavJS.png';
	});		
	
	$('#SubNav_Kids').mouseover(function(){
		this.src= 'images/about_subNavKids_over.png';
	});
	$('#SubNav_Kids').mouseout(function(){
		this.src= 'images/about_subNavKids.png';
	});	

	/** Gallery **/
	$('#leftHand').mouseover(function(){
		this.src = 'images/gallery/leftHand_over.gif';
	});
	$('#leftHand').mouseout(function(){
		this.src = 'images/gallery/leftHand.gif';
	});
	
	$('#rightHand').mouseover(function(){
		this.src = 'images/gallery/rightHand_over.gif';
	});
	$('#rightHand').mouseout(function(){
		this.src = 'images/gallery/rightHand.gif';
	});



});
