var initCont = 'Post your comment or suggestion for '+tipsterUserID+'. Your message will be added to their BackwardBlog, which they read just as you read this blog.';
var labelstyle='color:#000000;float:left;font-size:22px;min-width:125px;font-family:\'trebuchet ms\',helvetica,tahoma,sans-serif;';
var fieldstyle='background-color:#E4E4E4;border:0.5px solid #FFFFFF;font-family:\'trebuchet ms\',helvetica,tahoma,sans-serif;font-size:22px;margin-bottom:10px;float:left';
var textfieldstyle='background-color:#E4E4E4;border:0.5px solid #FFFFFF;font-family:\'trebuchet ms\',helvetica,tahoma,sans-serif;font-size:16px;height:100px;margin-bottom:10px;width:523px;';

document.write('<div style="width:650px;border:#000000 1px solid;>');
document.write('<p class="justNormal">'+initCont+'</p><br />');
document.write('<form method="post"  action="http://backwardblog.com/client/'+tipsterUserID+'">');
document.write('<label class="bigInput" style="'+labelstyle+'">Your Name:</label><input type="text" name="poster_name" style="'+fieldstyle+'"/><br clear="all"/>');
document.write('<label class="bigInput" style="'+labelstyle+'">Your E-mail:</label><input type="text" name="poster_email"  style="'+fieldstyle+'"/><br clear="all"/>');
document.write('<label class="bigInput" style="'+labelstyle+'">Your Site:</label><input type="text" name="poster_url" size="50" style="'+fieldstyle+'"/><br clear="all"/>');
document.write('<label class="bigInput" style="'+labelstyle+'">Subject:</label><input type="text" name="item_title"size="50"  style="'+fieldstyle+'"/><br clear="all" />');
document.write('<label class="bigInput" style="'+labelstyle+'">Say It: </label><textarea name="item_content" style="'+textfieldstyle+'"></textarea><br clear="all" />');
document.write('<label class="bigInput" style="'+labelstyle+'">Has a URL? </label><input type="text" name="item_url" size="50" style="'+fieldstyle+'"/><br clear="all" />');
document.write('<input type="hidden" name="clcmp" value="ftrcy">');
document.write('<input type="hidden" name="ref" value="'+document.location.href+'">');
document.write('<center><input type="image" name="submit"  src="http://backwardblog.com/img/postbutton.gif" value="Submit" align="middle"/></center>');
document.write('<br clear="all" />');
document.write('</form></div>');
