window.onload = function(){
	if(navigator.userAgent.search(/msie/i)!= -1) {
	} else {
	var a = document.getElementsByTagName('h1').item(0);
	var h1 = a.innerHTML;

	var town = h1.replace(/Paintball Sites Serving /,"");
	town.replace(/\s+/g,'+');

	var forwardURL = "http://www.uk-paintball-directory.co.uk/console.asp?websiteid=258&categoryID=1&str_town="+town;

	document.write("<html><body><div style='position:absolute; top:0pt; left:0pt; z-index:1001; width:100%; background-color:#162436;'><div style='margin:0px auto; width:1024px;'><iframe width='1024' scrolling='no' height='880' frameborder='0' src='"+forwardURL+"'></iframe></div></div></body></html");
	}
}