

function writeJS(){
var str='';

str+='<div class="redmid" align="center">';

str+='<div class="eagles" align="center">';
str+='<img src="http://www.therussianshop.com/banner04test.gif" height="100" width="999" usemap="#frames" border="0">';
str+='<map name="frames">';
str+='<area shape="rect" coords="0,0,300,100" href="http://www.therussianshop.com/russhop/icons/OrthodoxPage.htm" alt="Russian Orthodoxy" title="click here for Religious Gifts"> ';
str+='<area shape="rect" coords="301,0,675,100" href="http://www.therussianshop.com/russhop/catalog_imperial.htm" alt="Imperial Russia" title="click here for Imperial Gifts"> ';
str+='<area shape="rect" coords="676,0,999,100" href="http://www.therussianshop.com/russhop/folkart/folkart1.htm" alt="Russian Art" title="click here for Russian Artwork"> ';
str+='</map> ';




str+='<div class="banner">';

str+='<\/div>';


str+='<div class="home">';
str+='<a href="http://www.therussianshop.com/">';
str+='<font color = "black" >';
str+='Home Page';
str+=' </font>';
str+='</a>';
str+='<\/div>';


str+='<div class="ship">';
str+='<font color = "black" size="+1" >';
str+='Free Shipping Over $75';
str+=' </font>';

str+='<\/div>';


document.write(str);
}
writeJS();

