location.replace('http://tvplex.go.com/buenavista/tonydanza/contests.html');

var _proto='http://'; try{ if (window.location.protocol == "https:"){_proto='https://'; } } catch(rudy){}
_domain=(document.location.href.indexOf('.go.com')==-1)?'tvplex-tsdev.online.disney.com':'tvplex.go.com';
_contestbase=_domain+"/buenavista/tonydanza/contests/lost";
_imgroot=_proto+_contestbase+"/images";

entryURL='https://register.go.com/tonydanza/contests/lost/index'; regnav='enter';
rulesURL="http://"+_contestbase+"/rules.html";
rulesLink=(location.href.match(new RegExp("(joe|register|registerqa)\.go\.com"))!=null)?'javascript:goRules()':rulesURL;

document.writeln('<style>\
#FOOTER a, #CONNIE a{ color:#fff !important;}\
.butter{ font:bold 14px arial,helvetica; background:#012F01; color:#728F79; cursor:default; }\
.overbuttered{ font:bold 14px arial,helvetica; background:#012F01; color:#FDFFCC; cursor:pointer; }\
.blu{ color:#000654; }\
</style>');

function writeLocalNav(_sec){

naventrylink=entryURL; enableentry=true;
if (location.href.match(new RegExp("(joe|register|registerqa)\.go\.com"))!=null){ naventrylink=entryURL; }
else { doTimeShift(["November 19, 2005 1:00","enableentry=false"]); }

document.write('<img src="'+_imgroot+'/lost_header.jpg" width="770" height="244" border="0" alt="Tony Danza\'s LOST Hawaiian Sweepstakes!"><br>');
document.write('<img src="'+_imgroot+'/nav1-blank.jpg" width="72" height="58" border="0" alt="">');
document.write(((_sec=="index")?'<img src="'+_imgroot+'/nav2-home-on.jpg" width="130" height="58" border="0" alt="Home">':'<a href="http://'+_contestbase+'/index.html" id="NAVHOME"><img id="iNAVHOME" src="'+_imgroot+'/nav2-home-off.jpg" width="130" height="58" border="0" alt="Home"></a>'));
document.write(((enableentry)?'<a href="'+naventrylink+'" id="NAVENTER"><img id="iNAVENTER" src="'+_imgroot+'/nav3-enter-off.jpg" width="180" height="58" border="0" alt="Enter Now"></a>':'<img src="'+_imgroot+'/nav3-enter-disabled.jpg" width="180" height="58" border="0" alt="">'));
document.write(((_sec=="prizes")?'<img src="'+_imgroot+'/nav4-prizes-on.jpg" width="176" height="58" border="0" alt="Prizes">':'<a href="http://'+_contestbase+'/prizes.html" id="NAVPRIZES"><img id="iNAVPRIZES" src="'+_imgroot+'/nav4-prizes-off.jpg" width="176" height="58" border="0" alt="Prizes"></a>'));
document.write(((_sec=="rules")?'<img src="'+_imgroot+'/nav5-rules-on.jpg" width="140" height="58" border="0" alt="Rules">':'<a href="'+rulesLink+'" id="NAVRULES"><img id="iNAVRULES" src="'+_imgroot+'/nav5-rules-off.jpg" width="140" height="58" border="0" alt="Rules"></a>'));
document.writeln('<img src="'+_imgroot+'/nav6-blank.jpg" width="72" height="58" border="0" alt=""><br>');
}

function writeMandy(){
document.writeln('<div align="center"><div style="width:770px; margin:0 auto 0 auto; font:11px arial; background:black; color:white; text-align:left;">\
<div style="padding:2px 5px 5px 5px;">\
Void where prohibited. No purchase necessary. Open to legal US residents, 18 and older. Contest begins 11/14/05 and ends 11/18/05. Some restrictions apply. <a href="'+rulesURL+'" style="color:#7FBBEF;">Click here for official rules.</a>\
</div></div></div>');
}

function writeSuccess(){
document.writeln('<div align="center"><b>Congratulations!</b><br><br>You are now successfully entered in <b>Tony Danza\'s LOST Hawaiian Sweepstakes</b>.<br>Remember to watch LOST Wednesdays 9/8c on ABC!<br><br><br><a href="http://thetonydanzashow.com/">Return to <b>The Tony Danza Show</b> homepage</a><br><br><br><br><br></div>');
}


function writeErrorMsg(irma){
switch(irma){
case 'ENTERED_TODAY':
document.writeln('<span style="font-size:15px;">Our records show you\'ve already successfully entered <b>Tony Danza\'s LOST Hawaiian Sweepstakes</b> today.<br> Entry is limited to once per person per day, November 14-November 18, 2005.<br><br>Be sure to tune-in to "The Tony Danza Show" each day through Friday, November 18th<br> to receive another <b>LOST Hawaiian Sweepstakes Clue</b> on-air. Then come back here to enter<br> for your chance to win in that day\'s drawing.</span>'); break;
case 'EARLY':
document.writeln('<b>Tony Danza\'s LOST Hawaiian Sweepstakes</b> has not yet started.<br> Please return <b>November 14th, 2005 @ 10:01am ET</b> to enter for your chance to win.'); break;
case 'OVER':
document.writeln('We\'re sorry. Online entry in <b>Tony Danza\'s LOST Hawaiian Sweepstakes</b> is now closed.'); break;
case 'INVALID_AGE':
document.writeln('We\'re sorry. You must be at least 18 years of age to enter <b>Tony Danza\'s LOST Hawaiian Sweepstakes</b>.'); break;
case 'INVALID_COUNTRY':
document.writeln('We\'re sorry. You must be a legal US resident to enter <b>Tony Danza\'s LOST Hawaiian Sweepstakes</b>.'); break;
default:break;
}
}

function checkStuff(me) {
eee=[
["line1", "Please type in your street address."],
["city", "Please type in your city."],
["stateProvince", "Please select your state or province."],
["zipPostalCode", "Please type in your zipcode."],
["phonenumber", "Please type in your phone number."],
["clue", "Please type in today's clue."]
];
for (cc=0; cc<eee.length; cc++){
elle=me.elements[eee[cc][0]];
if (((elle.type=="text" || elle.type=="textarea" || elle.type=="file") && elle.value=='') || (elle.type=="select-one" && elle.selectedIndex==0)){
alert(eee[cc][1]); elle.focus(); return false;
}}
return true;
}

function checkZip(me){
if (me.zipPostalCode.value.length == 0){ alert('Please enter your zip code.'); return false; } else { return true; }
}