function writeJS() {
var str='';
str+=' <tr bgcolor="#000000">';
str+='    <td  nowrap colspan="2"  align="center" valign="middle">';
str+='	  <div align="left" class="copytext"> ©  2009 Saloomey All Rights Reserved<\/div><\/td>';
str+='    <td align="center" valign="middle"><div align="right"><a href="index.htm">home<\/a>';
str+='	   <font color=#2c66bc>|<\/font>';
str+='	   <a href="about.htm">about us<\/a>';
str+='	   <font color=#2c66bc>| <\/font>';
str+='	   <a href="gallery.htm">gallery<\/a>';
str+='	   <font color=#2c66bc>|<\/font> ';
str+='	   <a href="news.php">news<\/a> ';
str+='      <font color=#2c66bc>|<\/font>';
str+='	  <a href="shipping.htm" target=_blank>order & shipping info<\/a> ';
str+='      <font color=#2c66bc>|<\/font>';
str+='	  <a href="terms.htm" target=_blank>terms<\/a> ';
str+='	  <font color=#2c66bc>|<\/font> ';
str+='	  <a href="contact.htm">contact<\/a> ';
str+='	  <\/div><\/td>';
str+='  <\/tr>';
document.write(str);
}
writeJS();