//-- start::google analytics //

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"));

window.onload = function() {
	try { 
		var pageTracker = _gat._getTracker ("UA-1125681-2");
		pageTracker._trackPageview(); 
	} catch(err) {}
}

//-- end::google analytics --//


//-- search submits to a search results page with q keywords in the url
function submitSearch(frm) {
		location.href= "/search/?q="+ frm.srchval.value ;
}
