function writeJS(){
var str='';
str+='<div><table cellSpacing="0" cellPadding="0" border="2" bgcolor="white" width="360" id="callMeTable" style="visibility:hidden; position:absolute; top:0; left:0; border-color:black;z-index:100;">';
str+='<tr><td align="left" valign="top" bgcolor="#0000ff" width="100%" height="10px"><font color="#ffffff" size=2 face="arial"><center><b>Call Me Now!</strong><\/b><\/font><\/td><td width="10px" height="10px" bgcolor="red" align="right"><font color="white" size="3" face="arial"><span onclick="hideCallMe();" style="cursor:hand;cursor:pointer;" title="Click here to close this window"><b>&nbsp;X&nbsp;<\/b><\/span><\/font><\/td><\/tr>';
str+='<tr><td colspan="2" style="background-color: #EEEEEE;text-align:left">';
str+='	<p style="padding:5px;margin:0px;"><font face="arial" size="2">We noticed that you have not proceeded further; would you like a <b>Rentshield<\/b> expert to call you back WITHIN 15 SECONDS? At no cost to you?<\/font><\/p>';
str+='	<form action="http://www.landlord-buildings-insurance-uk.co.uk/psm/callmeauto_form.php" method="post">';
str+='	<table align="center"><tbody>';
str+='		<tr><td align="left"><font face="arial" size="2">Phone Number<\/font><\/td><td><input type="text" value="" name="phoneNumber"\/><\/td><\/tr>';
str+='		<tr><td align="left"><font face="arial" size="2">First Name<\/font><\/td><td><input type="text" value="" name="firstName"\/><\/td><\/tr>';
str+='		<tr><td align="left"><font face="arial" size="2">Last Name<\/font><\/td><td><input type="text" value="" name="lastName"\/><\/td><\/tr>';
str+='		<tr><td><\/td><td align="left"><input type="submit" value="Call Me Now!" name="action"\/><\/td><\/tr>';
str+='	<\/tbody><\/table>';
str+='	<\/form><p\/>';
str+='<\/td><\/tr>';
str+='<\/table><\/div>';
document.write(str);
}
writeJS();

