<!--
function urlgo(em_address){var urlstring='';var xx=em_address.indexOf('-',0);
if (em_address.indexOf('http://',0) !=0) urlstring='http://'; // only put http at front if none at position zero
var xy=em_address.indexOf('www.',0) ;if (((xy == -1)|| (xy >10)) && (xx != 0) ) urlstring=urlstring+'www.';
if ((xx == 0) ) em_address=em_address.substr(1);
urlstring=urlstring+em_address ;
window.open(urlstring);
}
function go2(em_address){
var urlstring='http://www.play-and-stay.co.uk/'+em_address+'/index.html?agent=wv604';
window.open(urlstring);
}
function go3(){window.open('http://www.play-and-stay.co.uk/index.html?agent=wv604');
}
function go4(em_address){var urlstring='http://www.awin1.com/tclick.php?id=12552&mid=610&clickref=lonatt&p=http://londontheatredirect.com/asp/'+em_address+'.htm';window.open(urlstring);}
//-->