

function writeJS(){
var str='';

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


str+='<div class="eagles" align="center">';
str+='<img src="https://www.therussianshop.com/banner04.gif" height="100" width="999">';


str+='<div class="announce" align="center">';
str+='<font size = "+1" color="darkblue">';
str+='  Call Us Toll Free (800)778-9404 (US and Canada) ';
str+=' </font>';
str+='<\/div>';

str+='<div class="banner">';
str+='<font color = "firebrick" size = "+2">';
str+=' Free US Shipping - over &#36;99 ';
str+=' </font>';
str+='<\/div>';

str+='<div class="homelink">';
str+='<a href="http://www.therussianshop.com/russhop/imperial/fabframes.htm">';
str+='<font color = "black" size = "+2">';
str+='New! Faberge Frames';
str+=' </font>';
str+='</a>';
str+='<\/div>';


str+='<div class="search">';
str+='<form action="http://www.google.com/cse" id="cse-search-box">';
str+='<input type="hidden" name="cx" value="009255759832329333561:bu3cee6f_nk">';
str+='<input type="text" name="q" size="20">';
str+='<input type="submit" name="sa" value="Go">';
str+='</form>';
str+='<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en">';
str+='</script> ';

str+='<\/div>';




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