	/* LOADING TRU - font and BRU - font SWFs */
	var h_TRUTitle = { src: 'http://www.toysrus.com/sifr3/sifr_trufamily.swf' };
	var h_BRUTitle = { src: 'http://www.toysrus.com/sifr3/sifr_brufamily.swf' };
	//sIFR.prefetch(h_familyTitle);
	sIFR.activate(h_TRUTitle, h_BRUTitle);
	
	/* FAMILY PAGE */
	sIFR.replace(h_TRUTitle, { selector: 'h2#TRUFamilyBrandTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #0056af; letter-spacing: 1;font-size:22px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h2#BRUFamilyBrandTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #634a92; letter-spacing: 1;font-size:22px; }'] });
	
	/* NO SEARCH RESULTS PAGE */
	sIFR.replace(h_TRUTitle, { selector: 'h1.TRUNoResultTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #0056af; letter-spacing: 1;font-size:22px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h1.BRUNoResultTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #614c88; letter-spacing: 1;font-size:22px; }'] });
	sIFR.replace(h_TRUTitle, { selector: 'h2.TRUNewSearchTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #ff6e00; letter-spacing:0.4;font-size:17px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h2.BRUNewSearchTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #614c88; letter-spacing: 1;font-size:16px; }'] });
	sIFR.replace(h_TRUTitle, { selector: 'h3.TRUSearchTipsTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #0056af; letter-spacing:0.6;font-size:13px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h3.BRUSearchTipsTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight:bold; color: #614c88; letter-spacing: 1;font-size:13px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h3.LFTRUQuest', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #0056af; letter-spacing: 0.5;font-size:13px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h3.LFBRUQuest', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #614c88; letter-spacing: 0.5;font-size:13px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h4.LFTRUTryLinks', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold;color: #0056af; letter-spacing: 0.5;font-size:10px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h4.LFBRUTryLinks', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold;color: #614c88; letter-spacing: 0.5;font-size:10px; }'] });

	/* ALTERNATE PRODUCT RECOMMENDATION PAGE */
	sIFR.replace(h_TRUTitle, { selector: 'h2.TRUFeatCatTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold;color: #ffffff;text-transform:uppercase; letter-spacing:0.4;font-size:15px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h2.BRUFeatCatTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold;color: #ffffff;text-transform:uppercase; letter-spacing: 0.4;font-size:15px; }'] });
	sIFR.replace(h_TRUTitle, { selector: 'h2.TRUSimilarProductsTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold;color: #0056af;letter-spacing:0.4;font-size:17px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h2.BRUSimilarProductsTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold;color: #614c88;letter-spacing: 0.4;font-size:17px; }'] });
	
	/* CATEGORY PAGE */
	sIFR.replace(h_TRUTitle, { selector: 'h1#TRUCategoryTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #0056af; letter-spacing: 1;font-size:16px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h1#BRUCategoryTitle', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #634a92; letter-spacing: 1;font-size:16px; }'] });

	/* SITEMAP PAGE */
	sIFR.replace(h_TRUTitle, { selector: 'h2.TRUSitemapHDCols', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #ffffff; letter-spacing: 1.5;font-size:18px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h2.BRUSitemapHDCols', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #ffffff; letter-spacing: 1.5;font-size:18px; }'] });
	sIFR.replace(h_TRUTitle, { selector: 'h2#TRUProductsByCat', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #ffffff; letter-spacing: 1.5;font-size:18px; }'] });
	sIFR.replace(h_BRUTitle, { selector: 'h2#BRUProductsByCat', wmode: 'transparent', css: ['.sIFR-root { font-weight: bold; color: #ffffff; letter-spacing: 1.5;font-size:18px; }'] });


