// JavaScript Document
$(document).ready(function(){
			var $photonum = 1;
			
			//alert($photonum);
			/* setInterval(function(){
								//alert($photonum);
			$('#homemenuwrapper').find('.imgRotate img').attr('src', 'images/photo.jpg');
			$('#homemenuwrapper').find('.imgRotate img').animate({opacity: 'hide'}, 'normal', function(){
					$('#homemenuwrapper').find('.imgRotate img').animate({opacity: 'show'}, 'slow');
					//alert($photonum);						
			 });
		
		
			},5500);*/


});
