	var myAlert="";

	function noContextIE()
	{
		if (document.all)
		{
			(myAlert);return false;
		}
	}

	function noContextNS(e)
	{
		if (document.layers||(document.getElementById&&!document.all))
		{
			if (e.which==2||e.which==3)
			{
				(myAlert);return false;
			}
		}
	}

	if (document.layers) 
	{
		document.captureEvents(Event.MOUSEDOWN);
		document.onmousedown=noContextNS;
	}
	else
	{
		document.onmouseup=noContextNS;
		document.oncontextmenu=noContextIE;
	}
	
	document.oncontextmenu=new Function("return false")
	
	
	function tsTerms(){
		tsStrTerms = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"350\">\n";
		tsStrTerms +="<tr>\n";
		tsStrTerms +="<td valign=\"middle\" align=\"center\" class=\"desc\">\n";
		tsStrTerms +="Copyright © 2009, 12Sided.com. All Rights Reserved.<br>\n";
		tsStrTerms +="See http://www.12Sided.com/terms.html for site terms.\n";
		tsStrTerms +="</td>\n";
		tsStrTerms +="</tr>\n";
		tsStrTerms +="</table>\n";
		
		return tsStrTerms;
	}
	
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

	var pageTracker = _gat._getTracker("UA-4211615-3");
	pageTracker._initData();
	pageTracker._trackPageview();
	
