var imgheight2
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight2=300:imgheight2=300
 function myload()
{
if (navigator.appName == "Netscape")
{document.dangdang.pageY=pageYOffset+window.innerHeight-imgheight2;
document.dangdang.pageX=5;
mymove();
}
else
{
dangdang.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight2;
dangdang.style.right=5;
mymove();
}
}
 function mymove()
 {
 if(document.ns)
 {
 document.dangdang.top=pageYOffset+window.innerHeight-imgheight2;
 document.dangdang.right=5;
 setTimeout("mymove();",50)
 }
 else
 {
 dangdang.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight2;
 dangdang.style.right=5;
 setTimeout("mymove();",50)
 }
 }

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true)




if (navigator.appName == "Netscape")
{document.write("<layer id=dangdang top=300 width=94 height=96><EMBED src='http://media.static.sdo.com/pao/pao/project/paoxuanchuan/media/96x94_2.swf' quality=high  WIDTH=96 HEIGHT=94 TYPE='application/x-shockwave-flash'></EMBED></layer>");
myload()}
else
{
document.write("<div id=dangdang style='position: absolute;width:100;top:100;visibility: visible;z-index: 1'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='96' height='94'>    <param name='movie' value='http://media.static.sdo.com/pao/pao/project/paoxuanchuan/media/96x94_2.swf'>           <param name='quality' value='high'><param name=wmode value=transparent>    <embed src='http://media.static.sdo.com/pao/pao/project/paoxuanchuan/media/96x94_2.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='96' height='94'></embed></object></div>");
myload()
}