$(document).ready(function() {

	if($.browser.msie && $.browser.version=="6.0") {
		$('#nutritionfacts, .pouch img').show();
		//supersleight.init();
		$('#productlist .products-appleapple').click(function() { window.location='appleapple';});
		$('#productlist .products-applebanana').click(function() { window.location='applebanana';});
		$('#productlist .products-applecinnamon').click(function() { window.location='applecinnamon';});
		$('#productlist .products-applepeach').click(function() { window.location='applepeach';});
		$('#productlist .products-applestrawberry').click(function() { window.location='applestrawberry';});
		
		}
		
		
		
		
	
  $('.clearme').focus(function() {
    $(this).val("");
  });
  $('#addressInput').focus(function() {
    $(this).val("");
  });
  $('#video-moreon').click(function() {
     	window.open('http://www.youtube.com/user/gogosqueez');
		
	});

  //$.preloadCssImages();


/*
$('#temp-store-logos li.babiesrus').tipsy({gravity: 's', fade: true, fade: true}); 
$('#temp-store-logos li.centralmarket').tipsy({gravity: 's', fade: true}); 
$('#temp-store-logos li.rainbow').tipsy({gravity: 's', fade: true}); 
$('#temp-store-logos li.giant').tipsy({gravity: 's', fade: true});
$('#temp-store-logos li.shaws').tipsy({gravity: 's', fade: true});
$('#temp-store-logos li.toysrus').tipsy({gravity: 's', fade: true}); 
$('#temp-store-logos li.wholefoods').tipsy({gravity: 's', fade: true}); 
$('#temp-store-logos li.kings').tipsy({gravity: 's', fade: true}); 
$('#temp-store-logos li.jewelosco').tipsy({gravity: 's', fade: true});
$('#temp-store-logos li.stopandshop').tipsy({gravity: 's', fade: true});
$('#temp-store-logos li.harristeeter').tipsy({gravity: 's', fade: true});
$('#temp-store-logos li.gianteagle').tipsy({gravity: 's', fade: true}); 
$('#temp-store-logos li.fredmeyer').tipsy({gravity: 's', fade: true}); 
*/
/*
$('#thumbnail-appleapple').tipsy({gravity: 's', fade: true}); 
$('#thumbnail-applepeach').tipsy({gravity: 's', fade: true}); 
$('#thumbnail-applebanana').tipsy({gravity: 's', fade: true}); 
$('#thumbnail-applestrawberry').tipsy({gravity: 's', fade: true}); 
$('#thumbnail-applecinnamon').tipsy({gravity: 's', fade: true}); 
*/


});