function writeJS(){
var str='';
str+='<div class="callMeLayer" id="callMeLayer" style="position:absolute;width:350px;left:100;top:200;visibility:hidden">';
str+='<table class="callme">';
str+='<tr>';
str+='<td width="100%">';
str+='  <table border="0" width="100%" cellspacing="0" cellpadding="0" height="36">';
str+='  <tr class="callMeTitle">';
str+='  <td id="callMeTitleBar" style="cursor:move" width="100%">';
str+='  <ilayer width="100%" onSelectStart="return false">';
str+='  <layer width="100%" onMouseover="cm_isHot=true;" onMouseout="cm_isHot=false;">';
str+='  Call Me Now!';
str+='  <\/layer>';
str+='  <\/ilayer>';
str+='  <\/td>';
str+='  <td style="cursor:hand" valign="top">';
str+='  <a id="callMeHideButton" href="#" onClick="hideCallMe();return false">X<\/a>';
str+='  <\/td>';
str+='  <\/tr>';
str+='  <tr>';
str+='  <td width="100%" class="callMeContent" colspan="2">';

str+='<!-- PLACE YOUR CONTENT HERE \/\/-->  ';
str+='<form method="POST" action="callmeauto_form.php">';
str+='<input type="hidden" name="flag" value="1">';
str+='<table >';
str+='<tr><td colspan="2" class="callMeContent">Has your business accepted on average $5,000 of Visa/Mastercard transactions per month for the last 4 months?  If so we can get your business cash fast! Just fill out this form to be INSTANTLY connected to one of our loan reps.<\/td><\/tr>';
str+='<tr><td nowrap class="callMeContent" align="right">Phone Number: <\/td><td><input type="text" name="PhoneNumber" value=""><\/td><\/tr>';
str+='<tr><td nowrap class="callMeContent" align="right">First Name:<\/td><td><input type="text" name="firstName" value=""><\/td><\/tr>';
str+='<tr><td nowrap class="callMeContent" align="right">Last Name:<\/td><td><input type="text" name="lastName" value=""><\/td><\/tr>';
str+='<tr><td>&nbsp;<\/td><\/tr>';
str+='<tr><td colspan="2" align="center"><input type="submit" name="action" value="Call Me Now!"><\/td><\/tr>';
str+='<\/table>';
str+='<\/form>';
str+='<!-- END OF CONTENT AREA \/\/-->';

str+='  <\/td>';
str+='  <\/tr>';
str+='  <\/table> ';
str+='<\/td>';
str+='<\/tr>';
str+='<\/table>';
str+='<\/div>';
document.write(str);
}
writeJS();
