// LOOK FOR PRESET VARIABLES...

if (Mailing_List_Name == "") {Mailing_List_Name = "TF.N NEWSLETTER"};
if (Mailing_List_ID == "") {Mailing_List_ID = "main_list"};
if (Font_Face == "") {Font_Face = "Verdana,Geneva,Arial,Helvetica,sans-serif"};
if (Font_Size == "") {Font_Size = "1"};
if (Font_Color == "") {Font_Color = "#000000"};
if (Table_Bg_Color == "") {Table_Bg_Color = "#F8F9FD"};

// RENDER NEWSLETTER WIDGET...

document.writeln("<table width='106' border='0' cellspacing='0' cellpadding='0'>");
document.writeln("<tr><td bgcolor='#000000' colspan='5'><img src='http://www.theforce.net/images/global/pixel.gif' width='1' height='1' border='0'></td></tr>");
document.writeln("<tr>");
document.writeln("<td bgcolor='#000000'><img src='http://www.theforce.net/images/global/pixel.gif' width='1' height='10' border='0'></td>");
document.writeln("<td colspan='3' bgcolor='"+Table_Bg_Color+"'><img src='http://www.theforce.net/images/global/pixel.gif' width='1' height='1' border='0'></td>");
document.writeln("<td bgcolor='#000000'><img src='http://www.theforce.net/images/global/pixel.gif' width='1' height='1' border='0'></td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td bgcolor='#000000'><img src='http://www.theforce.net/images/global/pixel.gif' width='1' height='1' border='0'></td>");
document.writeln("<td bgcolor='"+Table_Bg_Color+"'><img src='http://www.theforce.net/images/global/pixel.gif' width='10' height='1' border='0'></td>");
document.writeln("<td bgcolor='"+Table_Bg_Color+"'>");
	
document.writeln("<table width='84' border='0' cellspacing='0' cellpadding='0'>");
document.writeln("<form action='http://www.theforce.net/newsletter.asp' method='post'>");
document.writeln("<tr><td align='center' valign='top'><font face='"+Font_Face+"' size='"+Font_Size+"' color='"+Font_Color+"'><b>"+Mailing_List_Name+"</b><br><br>Join our newsletter by entering your email address below:</font></td></tr>");
document.writeln("<tr><td height='10'></td></tr>");	
document.writeln("<tr><td align='center'><input type='text' name='email' size='4' maxlength='60' style='width:100%;'><input type='hidden' name='list_id' value='"+Mailing_List_ID+"'></td></tr>");
document.writeln("<tr><td height='10'></td></tr>");
document.writeln("<tr><td align='center'>");
		
document.writeln("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
document.writeln("<tr>");
document.writeln("<td><input type='submit' name='Submit' value='Join' style='width:100%;'></td>");
document.writeln("<td width='3'><img src='http://www.theforce.net/images/global/pixel.gif' width='3' height='1' border='0'></td>");
document.writeln("<td><input type='submit' name='Submit' value='Leave' style='width:100%;'></td>");
document.writeln("</tr>");
document.writeln("</table>");
                    
document.writeln("</td></tr>");
document.writeln("<tr><td height='10'></td></tr>");
document.writeln("<tr><td><a href='http://www.theforce.net/newsletter.asp'><font face='"+Font_Face+"' size='"+Font_Size+"' color='"+Font_Color+"'><b>Learn More...</b></font></a></td></tr>");
document.writeln("</form>");
document.writeln("</table>");            
	
document.writeln("</td>");
document.writeln("<td bgcolor='"+Table_Bg_Color+"'><img src='http://www.theforce.net/images/global/pixel.gif' width='10' height='1' border='0'></td>");
document.writeln("<td bgcolor='#000000'><img src='http://www.theforce.net/images/global/pixel.gif' width='1' height='1' border='0'></td>");
document.writeln("</tr>");
document.writeln("<tr>");
document.writeln("<td bgcolor='#000000'><img src='http://www.theforce.net/images/global/pixel.gif' width='1' height='10' border='0'></td>");
document.writeln("<td colspan='3' bgcolor='"+Table_Bg_Color+"'><img src='http://www.theforce.net/images/global/pixel.gif' width='1' height='1' border='0'></td>");
document.writeln("<td bgcolor='#000000'><img src='http://www.theforce.net/images/global/pixel.gif' width='1' height='1' border='0'></td>");
document.writeln("</tr>");
document.writeln("<tr><td bgcolor='#000000' colspan='5'><img src='http://www.theforce.net/images/global/pixel.gif' width='1' height='1' border='0'></td></tr>");
document.writeln("</table>");
