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, 11 - 1, 4, 01, 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, 11 - 1, 19, 15, 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="94">';
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/entertowin/givenallyance-giveaway/index.html">';
shuzaicode = shuzaicode + '<input type="hidden" name="next_page" value="http://skateboardermag.com/entertowin/givenallyance-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_848_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_848_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_848_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_849" 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_850" value="m" ></td>';
shuzaicode = shuzaicode + '			<td>Male</td><td>&nbsp;&nbsp;&nbsp;&nbsp;</td>';
shuzaicode = shuzaicode + '			<td><input type="radio" name="data_850" 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_851" 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_852_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_852_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_852_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_852_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_852_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_852_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 ride?  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_853" size="1">';
shuzaicode = shuzaicode + '     <option value=""></option>';	
	
shuzaicode = shuzaicode + '     <option value="option_id_351"  > smaller than 7.5  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_352"  > 7.5  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_353"  selected> 7.75  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_354"  > 8  </option>';
	
shuzaicode = shuzaicode + '     <option value="option_id_355"  > 8.25  </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 size shirt do you where?  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_854"  size="0">';
	
	
shuzaicode = shuzaicode + '  <option value="option_id_356"  >small</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_357"  >medium</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_358"  >large </option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_359"  >x-large</option>';
	

shuzaicode = shuzaicode + '	</select></td>';
shuzaicode = shuzaicode + '</tr>';

shuzaicode = shuzaicode + '<tr><td align="right" valign="top"><span class="required">*&nbsp;</span><span class="display">Is it ok if we share your information with Given?Allyance?  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_855"  size="0">';
	
	
shuzaicode = shuzaicode + '  <option value="option_id_360"  selected>yes</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_361"  >no</option>';
	

shuzaicode = shuzaicode + '	</select></td>';
shuzaicode = shuzaicode + '</tr>';

shuzaicode = shuzaicode + '<tr><td align="right" valign="top"><span class="required">*&nbsp;</span><span class="display">Why should we send you out this package of free stuff?  </span></td>';
shuzaicode = shuzaicode + '	<td><textarea name="data_856" 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">Who is your favorite rider on Given?  </span></td>';
shuzaicode = shuzaicode + '	<td><select name="data_857"  size="0">';
	
	
shuzaicode = shuzaicode + '  <option value="option_id_362"  >Kris Markovich</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_363"  selected>Richie Belton</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_364"  >Nate Jones</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_365"  >James Atkin</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_366"  >Steve Fauser</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_367"  >Danny Scher</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_368"  >Rick Eusey</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_369"  >Micah Hollinger</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_370"  >Jerimiah Smith</option>';
	
shuzaicode = shuzaicode + '  <option value="option_id_371"  >Joey Pellegrino</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 + '</table>';
    shuzaicode = shuzaicode + '</form>';











    document.write (shuzaicode);
}	
