var homepage = new function(){
	function init(){
		nvp_parse();
		addEvent(document.getElementsByTagName("body")[0], "resize", resetCart);
		showWrap();
		entryfades();
		$(".fadeUp").click(function () { return false; });
		var OnLDiv = '<div id="halfOffDeal" style="width:350px;padding:30px;border:3px solid #383C49;" class="fadeUp"><a href="#" onClick="closeFadeUp(\'jQ\')" id="fadeClose"><img src="/kids/images/buttons/B-fadeupClose.gif" /></a><p class="cen mrgnTb txtColorNorm">Offer valid on all redlined merchandise offered for sale in abercrombie kids stores located in North America, excluding the following: Fashion Show in Las Vegas NV, San Francisco Centre in San Francisco CA, Mall at Millenia in Orlando FL, Florida Mall in Orlando FL, Water Tower in Chicago IL, Aventura in Aventura FL, and all abercrombie kids outlet stores.  Not valid on previous purchases or gift card purchases.  Restrictions on bulk purchases may apply.  Not redeemable for cash or store credit.  Not applicable with employee discount.  Other restrictions may apply.</p></div>';
		$("#editMode").after(OnLDiv);
	}
	function entryfades(){
		var exist = false;		
		if(nvp_get('email') != 'noval'){ jEmailLink(); exist = true; }
		if(nvp_get('contact') == 'true'){ contactUsFadeUp(); exist = true; }
		if(nvp_get('privacy') == 'true'){ openPrivacyPolicy(); }
		if(nvp_get('investors') == 'true'){
			window.open('/anf/lifestyles/html/investorrelations.html','investor','toolbar=yes,status=yes,scrollbars=yes,resizable=yes,width=750,height=600');
		}
		if(nvp_get('casting') == 'true'){
			window.open('/anf/lifestyles/html/casting.html','casting', 'toolbar=no,menubar=no,status=no,scrollbars=no,resizable=no,width=860px,height=484px');
		}		
		return exist;
	}	
	addEvent(window, "load", init);
}
