<!--
	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 -->

<!-- Hide script from older browsers --

var urlAddress = "http://mcbattles.sixshot.com"; 
var pageName = "MC Battle Booth, Sixshot.com"; 

function addToFavorites() { 
if (window.external) 
{ 
window.external.AddFavorite(urlAddress,pageName) 
} 
else { 
alert("Sorry! Your browser doesn't support this function."); 
} 
} 

// -->

