var dlURL = "http://download.myfuncards.com/frame.jsp?partner=ZUxdm140&spu=true";

	var bInstalledMWS = false;
	var bInstalledMTS = false;
	var bInstalledFWB = false;

	try {
		new ActiveXObject('MyTotalSearchToolBar.SettingsPlugin');
		bInstalledMTS = true;
	} catch(e) {

	}

	sCoreProductID = 'myfuncards';
	try {
		new ActiveXObject('MyWebSearchToolBar.SettingsPlugin');
		document.write("<object id='ToolbarCtlMWS' classid='clsid:07B18EAB-A523-4961-B6BB-170DE4475CCA' width=1 height=1>&nbsp;</object>");
		bInstalledMWS = true;
	} catch(e) {

	}
	
	try {
		if (bInstalledMWS) {
			if (ToolbarCtlMWS.Type != 1) {
				bInstalledFWB = true;
			}
		}
	} catch(e) {

	}

	if (bInstalledMWS || bInstalledMTS || bInstalledFWB) {
		dlURL = "http://www.myfuncards.com/thanks_installed.jsp?partner=ZUYYYYYYYYUS&product=" + sCoreProductID + "&ai=1&promocode=";
	}


document.write('<scr' + 'ipt src=http://utm.myfuncards.com/__utm.js></scr' +
'ipt>');


