/* JavaScript Document */

function trackLink(url)
{
	if (typeof(_gaq) != "undefined")
	{
		_gaq.push(['_trackPageview', url]);
	}
}
