function download(theFile, Urchin, post_download_url) // links to download PHP by type { if (typeof post_download_url == "undefined") var post_download_url = 'http://www.babylon.com/systems/affiliates/landing/download.php'; pageTracker._trackPageview(Urchin); dURL = 'http://www.babylon.com/redirects/download.cgi?type=7262'; var theURL= post_download_url; window.open(dURL, 'Download', 'scrollbars=no,status=no,width=1,height=1'); var don=dURL; document.location.href = theURL; } function downloadLP(theurl, Urchin) { pageTracker._trackPageview(Urchin); window.open(theurl); } function download_u(Urchin, post_download_url) { if (typeof post_download_url == "undefined") var post_download_url = 'http://www.babylon.com/systems/affiliates/landing/download.php'; pageTracker._trackPageview(Urchin); window.open('http://www.babylon.com/redirects/download.cgi?type=7262', 'Download', 'scrollbars=no,status=no,width=1,height=1'); document.location.href = post_download_url; }