window.onload = PageLoaded function PageLoaded() { document.getElementById("fraContent").src = "" } function OpenLink(s) { alert("This page was downloaded from an external source or your browser's 'http referrer' value could not be read.\nThus the javascript has not been loaded and this function does not work correctly.\nPlease reload this website.\nhttp://www.sadealernet.co.za") return false } function OpenArticles() { alert("This page was downloaded from an external source or your browser's 'http referrer' value could not be read.\nThus the javascript has not been loaded and this function does not work correctly.\nPlease reload this website.\nhttp://www.sadealernet.co.za") return false } function UpdateTitle(s) { } function ResizeWindow() { var newX = 1024, newY = 768 var xOffset = (screen.width - newX)/2, yOffset = (screen.height - newY)/2 top.resizeTo(newX, newY) top.moveTo(xOffset, yOffset) }