﻿
(function ($) {

	$(document).ready(function () {
		HomepageHelper.hasImages();
		//HomepageHelper.getPhotoupload();
		HomepageHelper.formatBrandTiles(7);
		HomepageHelper.formatPlaytimeTiles(7);
		
			// popunder:
			// fpstore get 50% of weight; 
			// window name "ecommpop" is used by ecomm site for pop under tracking, thus it can't be changed.
			// ecomm keycode "F25348" is used to track the sales generated by fp.com pop-under and has to stay.
		var urls = [
			'/moments/default_popunder.aspx|800|600|FacebookLandingPopunder|menubar|toolbar|location|scrollbars|resizable',
			'/moments/default_popunder.aspx|800|600|FacebookLandingPopunder|menubar|toolbar|location|scrollbars|resizable',
			//'/us/infantcoupon_pop_under.asp|600|470|InfPopunder',
			//'/us/trio_pop_under.asp|700|630|TrioPopunder',
			//'/us/fpstore_leaving.asp?goto=fpstore&dest=http://www.fisher-pricestore.com/pls/fp/prthr?rd=F25348&pid=fromEasterEcommPopunder|800|600|EcommPop|menubar|toolbar|location|scrollbars|resizable',
			'/us/fpstore_leaving.asp?goto=fpstore&dest=http://www.fisher-pricestore.com/pls/fp/prthr?rd=F25348&pid=fromEasterEcommPopunder|800|600|EcommPop|menubar|toolbar|location|scrollbars|resizable'];
		//if(!noPup && (!readCookie("ecommnopup") || readCookie("ecommnopup")!="1")) HomepageHelper.popUnder(urls, '', 0);
		//else document.cookie = "ecommnopup=1";
	});

}) (jQuery);

window.alert = function() {return;};

// rich media tiles
var rma_datafile = 'rma_data' + HomepageHelper.getRMASequence(1);
var rma = {
	src: '/usp/swf/home_tiles/rma/fp_home_rma.swf',
	id: 'toptiles_swf',
	width: '575',
	height: '225',
	version: '9.0.0',
	express_install: '',
	
	flashvars: {datafile:rma_datafile},
	params: {wmode: 'transparent'},
	attributes: { }
};
swfobject.embedSWF(rma.src, rma.id, rma.width, rma.height, rma.version, rma.express_install, rma.flashvars, rma.params, rma.attributes);

// flash brands scroller
var scroller = {
	src: '/usp/swf/home_tiles/brand_scroller/brand_scroller.swf',
	id: 'brandtiles_swf',
	width: '770',
	height: '56',
	version: '9.0.0',
	express_install: '',
	
	flashvars: { },
	params: {wmode: 'transparent'},
	attributes: { }
};
//swfobject.embedSWF(scroller.src, scroller.id, scroller.width, scroller.height, scroller.version, scroller.express_install, scroller.flashvars, scroller.params, scroller.attributes);
