var x=(document.body.offsetWidth - 1000 + 10) / 2
setTimeout(function(){
    alwaysOnTop.init({
	targetid: 'ajaxdiv',
	orientation: 3,
	position: [x, 0],
	hideafter: 8000,
	externalsource: 'stayontop1.htm',
	fadeduration: [2000, 2000]
    })
}, 2000)

