var swidth=150
var sheight=240
var imgsrc="/postwrite/images/notice_090311.gif"
var logolink="javascript:void(0)"

function logoit2(){
staticimage.left=pageXOffset+window.innerWidth-swidth-15
staticimage.top=pageYOffset+window.innerHeight-sheight
}
function staticitns(){
setInterval("logoit2()",90)
}
function logomove(){ 
staticimage.left=window.innerWidth-staticimage.document.width-15
staticimage.top=window.innerHeight-staticimage.document.height
}
function createlogo(){
staticimage=new Layer(100)
staticimage.left=300
staticimage.top=10
staticimage.document.write('<a href="'+logolink+'"><img src="'+imgsrc+'" border=0></a>')

//staticimage.document.write('<a href="javascript:void(0)" onClick="OpenNotice()"><img src="'+imgsrc+'" border=0 alt="CLICK"></a>')
																			 
staticimage.document.close()
staticimage.visibility="show"
window.onresize=logomove
staticitns()
}

function insertimage(){
logo.innerHTML='<a href="'+logolink+'"><img src="'+imgsrc+'" border=0></a>'
//logo.innerHTML='<a href="javascript:void(0)" onClick="OpenNotice()"><img src="'+imgsrc+'" border=0 alt="CLICK"></a>'
}

function logoit(){
var w2=document.body.scrollLeft+w
var h2=document.body.scrollTop+h
logo.style.left=w2
logo.style.top=h2
}

function logoresize(){
w=document.body.clientWidth-logo.style.pixelWidth-5
h=document.body.clientHeight-logo.style.pixelHeight-5
logo.style.left=w
logo.style.top=h
}

if (document.all){
document.write('<span id="logo" style="position:absolute;top:100;width:'+swidth+';height:'+sheight+'"></span>')
w=document.body.clientWidth-logo.style.pixelWidth-5
h=document.body.clientHeight-logo.style.pixelHeight-5-20
logo.style.left=w
logo.style.top=h
window.onscroll=logoit 
window.onresize=logoresize
//window.onload=insertimage
insertimage();
//OpenNotice();
}

if (document.layers){
window.onload=createlogo;
//OpenNotice();
}

