window.onresize=resize;window.onload=resize
function resize(){
if(top!=self) top.location=self.location
if(document.all&&!window.opera){
width=document.body.offsetWidth
style=document.getElementsByTagName("p")[0].style
if(width>810)style.width = 685
else style.width = "100%"}}
function style(){
if(document.layers){
document.writeln('<style type="text/css">')
document.writeln('body{width:685px}')
document.writeln('p,a{font-size:14px}')
document.writeln('p{text-align:left}')
document.writeln('h1{line-height:1.0}')
document.writeln('</style>')}}

