<!--
<!-- copyright Digital Imaging Wales 2009 -->

function enterSite(url, time) {
	setTimeout('window.location="' + url + '"', time);
}

//-->
