// JavaScript Document
function updateHit(url)
{
	//alert('divURL=' + divURL);
	
    new Ajax.Request(url,{asynchronous:true, evalScripts:true, onSuccess: 
	    				 function(request) 
	    				 {
	    				 	//var response = request.responseText;
	    				 	//currDiv.innerHTML=response;
	    				 } 
	    				}
	    			);
	
}

	function gonext(url)
	{
		window.open(url);
	}

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"));
try {
var pageTracker = _gat._getTracker("UA-10357293-1");
pageTracker._trackPageview();
} catch(err) {}