today = new Date();

var month = "02";
if(month.charAt(0) == "0") 
    month = parseInt(month.substring(1, month.length));
else 
    month = parseInt(month);
month--;

today.setMonth(month);
today.setDate(09);
today.setFullYear(2010);

start = new Date(2005, 11 - 1, 30, 00, 00, 0);

if (1970 == 1970) 
    end = new Date(3000, 0, 0, 0, 0);  // No expiration, set end year to 3000
else 
    end = new Date(1970, 1 - 1, 1, 00, 00, 0);

var smsg = "";

if (start.getTime() > today.getTime()) {
    smsg = smsg + '<table border="0" cellpadding="2" cellspacing="2">';
    smsg = smsg + '<tr><td>&nbsp;&nbsp;&nbsp;</td>';
    smsg = smsg + '	<td><p class="display">Sorry, this page is not yet active.	</p></td>';
    smsg = smsg + '</tr>';
    smsg = smsg + '</table>';
    document.write (smsg);
} else if (end.getTime() < today.getTime()) {
    smsg = smsg + '<table border="0" cellpadding="2" cellspacing="2">';
    smsg = smsg + '<tr><td>&nbsp;&nbsp;&nbsp;</td>';
    smsg = smsg + '	<td><p class="display">Sorry, this page has expired	</p></td>';
    smsg = smsg + '</tr>';
    smsg = smsg + '</table>';
    document.write (smsg);
} else {
var shuzaicode = "";







shuzaicode = shuzaicode + '<form action="http://shuzai.soapoperadigest.com/" name="shz" method="post">';
shuzaicode = shuzaicode + '<input type="hidden" name="shuzai_id" value="487">';
shuzaicode = shuzaicode + '<input type="hidden" name="page_number" value="1">';
shuzaicode = shuzaicode + '<input type="hidden" name="row_id" value="">';
shuzaicode = shuzaicode + '<input type="hidden" name="env_report" value="REMOTE_ADDR">';
shuzaicode = shuzaicode + '<input type="hidden" name="server_name" value="shuzaioutput.sourceinterlinkmedia.com">';
shuzaicode = shuzaicode + '<input type="hidden" name="linkback" value="http://soapoperadigest.com/InDigest/digestbestworst2005/index.html">';
shuzaicode = shuzaicode + '<input type="hidden" name="next_page" value="http://soapoperadigest.com/InDigest/digestbestworst2005/index.html">';

shuzaicode = shuzaicode + '<table border="0" cellpadding="2" cellspacing="2">';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">Best Story</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="32" name="data_2849" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="32"></td>';
shuzaicode = shuzaicode + '</tr>';shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">Best Couple</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="32" name="data_2847" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="32"></td>';
shuzaicode = shuzaicode + '</tr>';shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">Worst Couple</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="32" name="data_2841" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="32"></td>';
shuzaicode = shuzaicode + '</tr>';shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">Best New Character</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="32" name="data_2842" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="32"></td>';
shuzaicode = shuzaicode + '</tr>';shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">Best Villain</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="32" name="data_2843" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="32"></td>';
shuzaicode = shuzaicode + '</tr>';shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">Worst Villain</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="32" name="data_2844" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="32"></td>';
shuzaicode = shuzaicode + '</tr>';shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">Best Show</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="32" name="data_2845" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="32"></td>';
shuzaicode = shuzaicode + '</tr>';shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">Most Disappointing Show</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="32" name="data_2846" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="32"></td>';
shuzaicode = shuzaicode + '</tr>';shuzaicode = shuzaicode + '<tr><td align="right"><span class="display"><span class="required">*&nbsp;</span>E-mail  </span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="20" name="data_2850" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="40"></td>';
shuzaicode = shuzaicode + '</tr>';

    shuzaicode = shuzaicode + '<tr><td><img src="http://images.thepirtgroup.com/all/spacer.gif" width="100" height="1" border="0"></td><td>&nbsp;</td></tr>';
    shuzaicode = shuzaicode + '<tr><td colspan="2" align="center"><input type="submit" value="Submit"></td></tr>';
    shuzaicode = shuzaicode + '</table>';
    shuzaicode = shuzaicode + '</form>';











    document.write (shuzaicode);
}	
