Frontpage Script Error

L

Lahego

I keep getting a script error when trying to preview my site, http://lahego.com,

Line: 2
Char: 8
Invalid character
code o

This also shows up in my browser when opening...I would appreciate any
help with resolving this problem.
 
L

Lahego

You probably need to show us the code







- Show quoted text -

Here is the code....

<P><script type="text/javascript" language="javascript" src="http://
www.anrdoezrs.net/placeholder-1126256?target=_top&mouseover=N"></script></P>
</TD>
<TD valign="top" width="513">
<TABLE border="0" cellpadding="0" cellspacing="0" width="100%"
class="mainimage">
<TR>
<TD class="mainimage">
<p style="text-align: center"><B><!--WEBBOT bot="extrafpbot" s-
class="extrafp.main" clientside preview="---- DATE ----" t="J4"
tag="p" startspan -->
<script type="text/javascript">
<!-- Begin
<!-- Begin
var X_now = new Date();
var X_days = new
Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday');
var X_months = new
Array('January','February','March','April','May','June','July','August','September','October','November','December');
var X_date = ((X_now.getDate()<10) ? "0" : "")+ X_now.getDate();

function fourdigits(number) {
return (number < 1000) ? number + 1900 : number;
}

X_today = X_days[X_now.getDay()] + ", " +
X_months[X_now.getMonth()] + " " +
X_date + ", " +
(fourdigits(X_now.getYear())) ;

document.write(X_today);
// End -->
</script>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top