<!-- Hide script from old browsers

// Commented out the functional lines (7/23/2010 - CC)

// Set Tracking Pixel

//	var trackingPixel = new Image();
//	trackingPixel.src = "http://www.maddenmedia.com/code/conversion_survey/CCconversion.asp?ref=" + escape(document.referrer) + "&url=" + escape(document.URL) + "&host=" + escape(location.host);

	function MM_launchSurvey() {
			var MM_iframe = document.createElement('iframe');
			MM_iframe.id = 'MM_surveyFrame';
			MM_iframe.frameBorder = '0';
			MM_iframe.allowTransparency='true';
			MM_iframe.style.width = '100%';
			MM_iframe.style.height = '100%';
			MM_iframe.style.position = 'absolute';
			MM_iframe.style.top = '0';
			MM_iframe.style.left = '0';
			MM_iframe.style.backgroundColor = 'transparent';
			MM_iframe.src = 'http://www.maddenmedia.com/code/conversion_survey/CCremote.html';
			document.body.appendChild(MM_iframe);
	};

//	var MM_agt = navigator.userAgent.toLowerCase();

//	if(MM_agt.indexOf("msie") != -1) {
//		setTimeout(MM_launchSurvey, 1000);
//	}

//-- Stop hiding script -->