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(2008, 3 - 1, 17, 00, 00, 0);

if (2008 == 1970) 
    end = new Date(3000, 0, 0, 0, 0);  // No expiration, set end year to 3000
else 
    end = new Date(2008, 4 - 1, 18, 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 contest has not yet started	</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 contest has ended	</p></td>';
    smsg = smsg + '</tr>';
    smsg = smsg + '</table>';
    document.write (smsg);
} else {
var shuzaicode = "";







shuzaicode = shuzaicode + '<form action="http://shuzai.skateboardermag.com/" name="shz" method="post">';
shuzaicode = shuzaicode + '<input type="hidden" name="shuzai_id" value="82">';
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://skateboardermag.com/skateboarder-news-features/contest/saturday-giveaway/index.html">';
shuzaicode = shuzaicode + '<input type="hidden" name="next_page" value="http://skateboardermag.com/skateboarder-news-features/contest/saturday-giveaway/index.html">';

shuzaicode = shuzaicode + '<table border="0" cellpadding="2" cellspacing="2">';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">First Name:</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="20" name="data_699_1" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="40"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">Last Name:</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="20" name="data_699_2" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="40"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">Middle Initial:</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="1" name="data_699_3" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="1"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">Age  </span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="5" name="data_700" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="3"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">Sex  </span></td>';
shuzaicode = shuzaicode + '	<td>';
shuzaicode = shuzaicode + '		<table border="0" cellpadding="0" cellspacing="2">';
shuzaicode = shuzaicode + '		<tr><td><input type="radio" name="data_701" value="m" ></td>';
shuzaicode = shuzaicode + '			<td>Male</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>';
shuzaicode = shuzaicode + '			<td><input type="radio" name="data_701" value="f" ></td>';
shuzaicode = shuzaicode + '			<td>Female</td>';
shuzaicode = shuzaicode + '		</tr></table>';
shuzaicode = shuzaicode + '	</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_702" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="40"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">Address  </span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="20" name="data_703_1" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="128"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">&nbsp;</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="20" name="data_703_2" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="128"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">City:</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="20" name="data_703_3" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="128"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">State/Province/Region:</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="20" name="data_703_4" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="128"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">Zip Code:</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="5" name="data_703_5" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="5"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">Country:</span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="20" name="data_703_6" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="128"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">What size board do you usually ride  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_705" size="1">';
shuzaicode = shuzaicode + '     <option value=""></option>';	
	
shuzaicode = shuzaicode + '     <option value="option_id_82"  > 7.5 or less  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_83"  > 7.625  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_84"  > 7.75  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_85"  > 7.875  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_86"  > 8.0  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_87"  > 8.125 or higher  </option>';
	

shuzaicode = shuzaicode + '	</select></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">What is the most important to you when choosing a board?  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_706" size="1">';
shuzaicode = shuzaicode + '     <option value=""></option>';	
	
shuzaicode = shuzaicode + '     <option value="option_id_88"  > Board Shape  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_89"  > Board Size  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_90"  > Graphic  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_91"  > Price  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_92"  > Pro rider  </option>';
	

shuzaicode = shuzaicode + '	</select></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">How did you first hear about Saturday Skateboards?  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_707" size="1">';
shuzaicode = shuzaicode + '     <option value=""></option>';	
	
shuzaicode = shuzaicode + '     <option value="option_id_93"  > From this contest  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_94"  > From an ad  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_95"  > I&#39;ve known for a while  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_96"  > A friend told me. That friend is awesome.  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_97"  > A friend told me. He/She is a turd.   </option>';
	

shuzaicode = shuzaicode + '	</select></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 + '<tr><td colspan="2" align="center"><p><p>Some components or processes referenced in this website may be subject to one or more of U.S. Patent Numbers 4,745,468, 4,876,592, 4,926,255, 5,034,807, 5,057,915, 5,128,752, 5,227,874, 5,249,044, 5,283,734, 5,368,129, 5,508,731, 5,697,844, 5,713,795, 5,759,101, 5,916,024, 6,443,840.</td></tr>';
    shuzaicode = shuzaicode + '</table>';
    shuzaicode = shuzaicode + '</form>';











    document.write (shuzaicode);
}	
