// JavaScript Document
(function() {
	var prefix, url = "/greeting_cards/flat_photo_cards/";
	if (window.location.host == "dev.mystudioproducts.com") prefix = "http://catalogdev.mystudioproducts.com";
	else if (window.location.host == "new.mystudioproducts.com") prefix = "http://catalognew.mystudioproducts.com";
	else prefix = "http://catalognew.mystudioproducts.com/";
	var frameHeight = 650;
	// Write iframe
	document.write('<iframe id="FCIFrame" name="FCIFrame" width="100%" height="' + frameHeight + '" src="' + prefix + '/products_services/embed.aspx?pg=' + encodeURIComponent(url) + '" scrolling="no" frameborder="0" marginheight="0" marginwidth="0">Your browser must support inline frames in order to view these products.</iframe>');
	
	// Google Analytics Tracking
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write("\<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'>\<\/script>");
	function trackSite() {
		var pageName = (window.location.host.indexOf('mystudioproducts.com') != -1) ? "/greeting_cards_mystudioproducts.js" : "/greeting_cards_integration.js";
		var pageTracker = _gat._getTracker('UA-2150953-1');
		pageTracker._setDomainName('none');
		pageTracker._initData();
		pageTracker._trackPageview(pageName);
	}
	if (window.addEventListener) window.addEventListener("load", trackSite, false);
	else if (window.attachEvent) window.attachEvent("onload", trackSite);
})();
