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, 4 - 1, 18, 16, 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.skateboardermag.com/" name="shz" method="post">';
shuzaicode = shuzaicode + '<input type="hidden" name="shuzai_id" value="83">';
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/entertowin-alphanumeric/index.html">';
shuzaicode = shuzaicode + '<input type="hidden" name="next_page" value="http://skateboardermag.com/skateboarder-news-features/contest/entertowin-alphanumeric/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_710_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_710_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_710_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_709" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="3"></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><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_711" value="m" ></td>';
shuzaicode = shuzaicode + '			<td>Male</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>';
shuzaicode = shuzaicode + '			<td><input type="radio" name="data_711" 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="required">*&nbsp;</span><span class="display">Address  </span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="20" name="data_714_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_714_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_714_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_714_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_714_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_714_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">State  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_715">';
shuzaicode = shuzaicode + '    <option value=""></option><option value="AK" >AK</option><option value="AL" >AL</option><option value="AR" >AR</option>';
shuzaicode = shuzaicode + '    <option value="AZ" >AZ</option><option value="CA" >CA</option><option value="CO" >CO</option>';
shuzaicode = shuzaicode + '    <option value="CT" >CT</option><option value="DC" >DC</option><option value="DE" >DE</option>';
shuzaicode = shuzaicode + '    <option value="FL" >FL</option><option value="GA" >GA</option><option value="HI" >HI</option>';
shuzaicode = shuzaicode + '    <option value="IA" >IA</option><option value="ID" >ID</option><option value="IL" >IL</option>';
shuzaicode = shuzaicode + '    <option value="IN" >IN</option><option value="KS" >KS</option><option value="KY" >KY</option>';
shuzaicode = shuzaicode + '    <option value="LA" >LA</option><option value="MA" >MA</option><option value="MD" >MD</option>';
shuzaicode = shuzaicode + '    <option value="ME" >ME</option><option value="MI" >MI</option><option value="MN" >MN</option>';
shuzaicode = shuzaicode + '    <option value="MO" >MO</option><option value="MS" >MS</option><option value="MT" >MT</option>';
shuzaicode = shuzaicode + '    <option value="NC" >NC</option><option value="ND" >ND</option><option value="NE" >NE</option>';
shuzaicode = shuzaicode + '    <option value="NH" >NH</option><option value="NJ" >NJ</option><option value="NM" >NM</option>';
shuzaicode = shuzaicode + '    <option value="NV" >NV</option><option value="NY" >NY</option><option value="OH" >OH</option>';
shuzaicode = shuzaicode + '    <option value="OK" >OK</option><option value="OR" >OR</option><option value="PA" >PA</option>';
shuzaicode = shuzaicode + '    <option value="PR" >PR</option><option value="RI" >RI</option><option value="SC" >SC</option>';
shuzaicode = shuzaicode + '    <option value="SD" >SD</option><option value="TN">TN</option><option value="TX" >TX</option>';
shuzaicode = shuzaicode + '    <option value="UT" >UT</option><option value="VA" >VA</option><option value="VI" >VI</option>';
shuzaicode = shuzaicode + '    <option value="VT" >VT</option><option value="WA" >WA</option><option value="WI" >WI</option>';
shuzaicode = shuzaicode + '    <option value="WV" >WV</option><option value="WY" >WY</option>';
shuzaicode = shuzaicode + '    </select>';
shuzaicode = shuzaicode + '	</td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">Zip  </span></td>';
shuzaicode = shuzaicode + '	<td><input type="text" size="5" name="data_716" value="';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '" maxlength="5"></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_717" 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">Shirt Size  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_718" size="1">';
shuzaicode = shuzaicode + '     <option value=""></option>';	
	
shuzaicode = shuzaicode + '     <option value="option_id_98"  > youth large  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_99"  > small  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_100"  > medium  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_101"  > large  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_102"  > xl  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_103"  > xxl  </option>';
	

shuzaicode = shuzaicode + '	</select></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="required">*&nbsp;</span><span class="display">Pant Size  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_719" size="1">';
shuzaicode = shuzaicode + '     <option value=""></option>';	
	
shuzaicode = shuzaicode + '     <option value="option_id_104"  > 28 or lower  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_105"  > 30  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_106"  > 32  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_107"  > 34  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_108"  > 36  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_109"  > 38 or bigger  </option>';
	

shuzaicode = shuzaicode + '	</select></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right"><span class="display">What kind of music do you like the most  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_720" size="1">';
shuzaicode = shuzaicode + '     <option value=""></option>';	
	
shuzaicode = shuzaicode + '     <option value="option_id_110"  > hip hop  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_111"  > techno  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_112"  > r&amp;b  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_113"  > punk  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_114"  > ska  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_115"  > hardcore  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_116"  > metal  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_117"  > rock and roll  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_118"  > alternative  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_119"  > indie  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_120"  > folk  </option>';
	

shuzaicode = shuzaicode + '	</select></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right" valign="top"><span class="required">*&nbsp;</span><span class="display">What is the concept behind the name &quot;Alphanumeric&quot;?  </span></td>';
shuzaicode = shuzaicode + '	<td><textarea name="data_722" rows="5" cols="32" maxlength="1024">';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '</textarea></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right" valign="top"><span class="required">*&nbsp;</span><span class="display">What college does Alphanumeric AM, Walker Ryan attend?  </span></td>';
shuzaicode = shuzaicode + '	<td><textarea name="data_723" rows="5" cols="32" maxlength="1024">';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '</textarea></td>';
shuzaicode = shuzaicode + '</tr>';
shuzaicode = shuzaicode + '<tr><td align="right" valign="top"><span class="required">*&nbsp;</span><span class="display">What AM best trick contest did Alphanumeric recently sponsor?  </span></td>';
shuzaicode = shuzaicode + '	<td><textarea name="data_724" rows="5" cols="32" maxlength="1024">';
shuzaicode = shuzaicode + "";
shuzaicode = shuzaicode + '</textarea></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);
}	
