﻿function GoTo(url)
{
try { _gaq.push(["_trackPageview", url]); }
catch(err) { }

window.open(url);

// Cancel the event bubbling. *This code is browser dependent.*
}

