var str="";
str +="<div id='footer'>";
str +="<div style='padding-top:50px;height:50px;text-align:center;vertical-align:middle;'><b> <a href='index.htm' class='footerlink'>home</a> :: <a href='about.htm' class='footerlink'>about</a> :: <a href='edge.htm' class='footerlink'>edge</a> :: <a href='fleet.php' class='footerlink'>fleet</a> :: <a href='tariff.php' class='footerlink'>tariff</a> :: <a href='clients.php' class='footerlink'>clients</a> :: <a href='contact.htm' class='footerlink'>contact</a> </b></div>";
str +="<div class='copyright'style='font-size:10px;'>";
str +="<div style='float:left;padding-left:5px;'>C 2010 Noori Travels</div>";
str +="<div style='float:right;padding-right:5px;'>Semiotyx</div>";
str +="</div>";
str +="</div>";
document.write(str);

