
inc_footer_js =
'<table width="100%" border="0" cellspacing="0" cellpaddi'
+ 'ng="0">\n    <tr><td colspan="2" style="color:#FFFFFF; padding-bottom:10px; padding-left:90px; font-size:13px;"><div style="text-align:left; "><a href="enquiry.html" style="text-decoration:none; color: #FF8040; font-weight: bold;"> Click here</a> for a Competitive Quote 	</div></td></tr>      <tr>\n\n            <td  class="padding'
+ '-left" style="color:#FFFFFF;"> | Design <a href="http://www.Kijos.com" target="_blank"'
+ '>Kijos</a> | </td>\n            <td style="c'
+ 'olor:#FFFFFF;" class="padding-right"> <div align="right"'
+ '  >|  <a href="home.html">Home</a> | <a href="aboutus.html">About Us</a> | '
+ '<a href="contactus.html">Contact Us</a> | <a href="sitemap.html"'
+ '>Site Map</a> | <a href="links.html">Links</a> </div></td>\n          </tr>\n        </'
+ 'table>';

// end_var_declaration
document.write(inc_footer_js);


function CreateBookmarkLink() 
{
    title = "Welcome to Leisure Hire, the world of entertainment";
    url = "http://www.leisurehire.com";
    if (window.sidebar) 
    {
        window.sidebar.addPanel(title, url,"");
    }
    else if(window.external) 
    {
        window.external.AddFavorite(url, title); 
    }
    else if(window.opera && window.print)
    {
        return true;
    }
}


