/*
			function popup1() {
			var _recloc = '&location=' + document.location.href.toLowerCase();
			var _sc = '&site=1323&projectID=p97464717';
			var _freq = '&frequency=1';
			var _tloc = 'http://now.sprint.com/siterecruit/';
			
			var brandurl = _tloc + 'SiteRecruit_Tracker_5.htm?version=0&frequency=1&weight=1&type=7&referrer=&otherCookies=&otherVariables=&browserWidth=1680&browserHeight=990' + _recloc + _sc + _freq;
			window.open(brandurl,'noname', 'height=200,width=400,status=yes,toolbar=no,menubar=no,location=no').blur();
			window.focus();
			}

		window.onbeforeunload = popup1;

*/
