function displayLink(theLocation) {

document.writeln('<html>');
document.writeln('<head>');
document.writeln('<title>door-key.com the internet site of Dodds Property World</title>');
document.writeln('</head>');
document.writeln('<frameset rows="130,*" cols="*" frameborder="NO" border="0" framespacing="0">');
document.writeln('<frame src="linksheader.html" name="doddslinksframeheader" marginwidth="0" marginheight="0" scrolling="NO" noresize frameborder="NO">');
document.writeln('<frame src="' + theLocation + '" name="doddslinksframelink" noresize marginwidth="0" marginheight="0" frameborder="NO">');
document.writeln('</frameset>');
document.writeln('<noframes>');
document.writeln('<body bgcolor="#FFFFFF">');
document.writeln('</body>');
document.writeln('</noframes>');
document.writeln('</html>');

}

