<!-- Hide script from older browsers -->
<!-- frame buster - code by Gordon McComb -->
setTimeout ("changePage()", 3000);

function changePage() {
if (self.parent.frames.length != 0)
	self.parent.location=document.location;
}

<!-- HV Menu- by Ger Versluis (http://www.burmees.nl/) -->
<!-- Submitted to Dynamic Drive (http://www.dynamicdrive.com) -->
<!-- Visit http://www.dynamicdrive.com for this script and more -->

function Go(){return}

<!-- end hiding contents -->

