$(document).ready(function(){

	var myURL = document.location.toString();
	if (myURL.match('#download')) { // the URL contains an anchor
		location.href= "http://banner.onewaypoker.com/cgi-bin/SetupPoker.exe";
	} 
	$("#downloadlink").click(function() {  location.href= "http://banner.onewaypoker.com/cgi-bin/SetupPoker.exe"; });
});

 
