window.addEvent('domready', function(){
	//delete the cookie so when the user clicks on a banner, 
	// the mathing results will be displayed instead of the old search criteria
	// should be a better way to do this.
	levisShop.clearProductFinderLastSearch();
	
	$$('.productPreviewBox').addShadow();
});

window.addEvent('unload', function() {
	levisShop.clearProductFinderLastSearch();
});

function addFlashHomeShadow(){
	$('eshop-home-flash').addShadow();
}

