I have not tested this at all but it should give you a good idea of what to do if in fact this does not work.
Replace everything from the top of your page till by and including your 'body' tag with this:
PHP Code:
<HTML>
<HEAD>
<TITLE>Wet Honey Files</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<SCRIPT language=javascript>
var dn = 0;
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function doneLoaded() {
dn = 1;
}
// End -->
</script>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popup(URL) {
if (dn==1){
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=400,left = 20,top = 20');");
}
}
// End -->
</script>
<SCRIPT language=javascript>
setInterval("window.status='http://wethoney.com - Wet Honey Girls are always ready join now!...'",5);
</SCRIPT>
</HEAD>
<BODY BGCOLOR=#FFFFFF link="#6666FF" vlink="#6666FF" alink="#6666FF" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 onLoad="doneLoaded()">
Don't worry about the php bit, I just used it so that the html will be displayed correctly.