function writeJS(){
var str='';
str+='<div class="callMeLayer" id="callMeLayer" style="position:absolute;width:100px;left:50;top:1;visibility:hidden;z-index:100;margin-left:135px;margin-top:100px;">';

str+='<div id="poptable">';

str+='	<div class="topbar"><div style="float:left; display:inline; padding-left:35px; width:280px;"><h1 class="h1font">Call Me Now!<\/h1><\/div><div style="width:24px; float:right; padding-right:10px; display:inline;"><a onclick="hideCallMe();return false" href="#" id="callMeHideButton"><img src="http:\/\/www.free-employer-advice.co.uk\/psm\/images_new\/cross.gif" alt="Close" border="0"><\/a><\/div><\/div>';
  
str+='	<div class="leftT"><div class="leftTop"><div class="content">Would you like to discuss your HR or Health & Safety issue confidentially with an MHL Support expert, at NO COST and NO OBLIGATION to you? Just type in your phone number and name and we will call you back within 15 seconds, 24 hours\/day!<\/div><\/div>';
  
str+='		<div class="content">';
    
str+='		<h2 class="h1font">This form is for EMPLOYERS only<\/h2>';
      
str+='		<form action="http:\/\/www.free-employer-advice.co.uk\/psm\/callmeauto_form.php" method="post" style="border:0px; margin-top:25px; padding:0px;">';
    
str+='			<div id="setM"><div class="setL">Phone Number:<\/div><div class="setR"><input type="text" name="PhoneNumber" class="textbox"><\/div><\/div>';
    
str+='			<div id="setM"><div class="setL">First Name:<\/div><div class="setR"><input type="text" name="firstName" class="textbox"><\/div><\/div>';
    
str+='			<div id="setM"><div class="setL">Last Name:<\/div><div class="setR"><input type="text" name="lastName" class="textbox"><\/div><\/div>';
    
str+='			<div id="setM" style="padding-top:4px;"><div class="setL"><\/div><div class="setR"><input type="image" src="http:\/\/www.free-employer-advice.co.uk\/psm\/images_new\/callmenow.gif " alt="Call Me Now!" border="0"><\/div><\/div>';
    
str+='		<\/form>';
    
str+='		<\/div><\/div>';
    
str+='	<div class="bottombar" style="padding-top:3px;"><a href="#" onclick="Javascript: redirect();return false;"><img src="http:\/\/www.free-employer-advice.co.uk\/psm\/images_new\/please-click.gif" width="204" height="17" border="0"><\/a><\/div>';
    
str+='<\/div>';

str+='<\/div>';

document.write(str);
}
writeJS();
