function writeJS(){
var str='';
str+='<div class="callMeLayer" id="callMeLayer" style="position:absolute;width:350px;left:100;top:100;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+='<table>';
str+='<tr><td colspan="2">We noticed that you have not proceeded further<font color="blue">;</font> would you like a <font color="blue">2nd charge mortgages expert</font> to call you back WITHIN 15 SECONDS? At no cost to you?<\/td><\/tr>';
str+='<tr><td nowrap>Phone Number<\/td><td><input type="text" name="PhoneNumber" value=""><\/td><\/tr>';
str+='<tr><td nowrap>First Name<\/td><td><input type="text" name="firstName" value=""><\/td><\/tr>';
str+='<tr><td nowrap>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();
