$(function(){
				$.fn.fancyzoom.defaultsOptions.imgDir='banneroptions/popup/fancyzoom/resources/';
				//$('a').fancyzoom({overlay:0.1, overlayColor:'#ececec'});
				$('#promo').fancyzoom({Speed:750,showoverlay:false});
				if (!$.cookie("val2012visited")){
					$('#cache').load(function() {
					  $('#promo').click()
					  $.cookie("val2012visited", "true",1);
					});
				}
			});
                        

                        
			function resetCookie() {
				$.cookie("val2012visited", null);
				alert("Cookie has been cleared");
				}
                                
      
			function springhover(){
			$('#spring').attr('src','views/images/spring2011_banner_over.png');
			}			
