var nl = getNewLine()

function getNewLine() {
	var agent = navigator.userAgent

	if (agent.indexOf("Win") >= 0)
		return "\r\n"
	else
		if (agent.indexOf("Mac") >= 0)
			return "\r"

 	return "\n"

}

pagecode = '<!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><scr'+'ipt Language="JavaScript" Type="text/javascript"><!--'+nl+
	'function FrontPage_Form1_Validator(theForm)'+nl+
	'{'+nl+
	' '+nl+
	'  if (theForm.First_Name.value == "")'+nl+
	'  {'+nl+
	'    alert("Please enter a value for the \\"First Name\\" field.");'+nl+
	'    theForm.First_Name.focus();'+nl+
	'    return (false);'+nl+
	'  }'+nl+
	' '+nl+
	'  if (theForm.Last_Name.value == "")'+nl+
	'  {'+nl+
	'    alert("Please enter a value for the \\"Last Name\\" field.");'+nl+
	'    theForm.Last_Name.focus();'+nl+
	'    return (false);'+nl+
	'  }'+nl+
	' '+nl+
	'  if (theForm.Email.value == "")'+nl+
	'  {'+nl+
	'    alert("Please enter a value for the \\"Email Address\\" field.");'+nl+
	'    theForm.Email.focus();'+nl+
	'    return (false);'+nl+
	'  }'+nl+
	'  return (true);'+nl+
	'}'+nl+
	'//--></scr'+'ipt><!--webbot BOT="GeneratedScript" endspan --><form action="http://meezergroup.com/forms/process.php" method="post" onsubmit="return FrontPage_Form1_Validator(this)" language="JavaScript" name="FrontPage_Form1">'+nl+
	'								<input type="hidden" name="form_tools_form_id" value="2">'+nl+
	'									<table border="0" cellpadding="0" cellspacing="0" width="100%">'+nl+
	'										<tr>'+nl+
	'											<td class="form">'+nl+
	'											<img border="0" src="images/newsletter_side.png"></td>'+nl+
	'										</tr>'+nl+
	'										<tr>'+nl+
	'											<td class="form">&nbsp;</td>'+nl+
	'										</tr>'+nl+
	'										<tr>'+nl+
	'											<td class="form" align="left">* First Name</td>'+nl+
	'										</tr>'+nl+
	'										<tr>'+nl+
	'											<td class="form">'+nl+
	'											<!--webbot bot="Validation" s-display-name="First Name" b-value-required="TRUE" --><input type="text" name="First_Name" size="28" class="textbox"></td>'+nl+
	'										</tr>'+nl+
	'										<tr>'+nl+
	'											<td class="form" align="left">* Last Name</td>'+nl+
	'										</tr>'+nl+
	'										<tr>'+nl+
	'											<td class="form">'+nl+
	'											<!--webbot bot="Validation" s-display-name="Last Name" b-value-required="TRUE" --><input type="text" name="Last_Name" size="28" class="textbox"></td>'+nl+
	'										</tr>'+nl+
	'										<tr>'+nl+
	'											<td class="form" align="left">* Email</td>'+nl+
	'										</tr>'+nl+
	'										<tr>'+nl+
	'											<td class="form">'+nl+
	'											<!--webbot bot="Validation" s-display-name="Email Address" b-value-required="TRUE" --><input type="text" name="Email" size="28" class="textbox"></td>'+nl+
	'										</tr>'+nl+
	'										<tr>'+nl+
	'											<td class="form">&nbsp;</td>'+nl+
	'										</tr>'+nl+
	'										<tr>'+nl+
	'											<td class="form">'+nl+
	'											<input type="submit" value="Subscribe" name="submit" class="submit"></td>'+nl+
	'										</tr>'+nl+
	'									</table>'+nl+
	'								</form>'+nl+
	''

document.write(pagecode);							

