<!--
	function showPop(theURL,winName,features) { 
  	window.open(theURL,winName,features);
	}
//-->
<!--
function goSelect(daform) {
with(daform) {
top.window.location=options[selectedIndex].value;
}
}
//-->

<!--
	function chat(username) { 
  	window.open('http://chat.sixshot.com/default.asp?username='+username+'&login=login&mode=userLogin','livechat','scrollbars=no, resizable=no, width=600, height=500');
	}
//-->

<!-- Hide the script from old browsers --

        function a(txt) {
                self.status = txt
        }

        function b() {
                self.status = ""
        }
// --End Hiding Here -->

