function commingsoon()
{
	alert ("กำลังปรับปรุงหน้านี้อยู่ครับ")
}

//Specify the marquee's width (in pixels)

var marqueewidth=310

//Specify the marquee's height 

var marqueeheight=250

//Specify the marquee's scroll speed (larger is faster)

var speed=2
//Specify the marquee contents

var marqueecontents='<font face="ms sans serif" color="white" size=3 style="font-size:14px" align="center"><b><p align="center">Web site purpose<b><p align="center"> Susarn.com is for human being to remind<br><p align="center">them for death. In order to prepare them<br><p  align="center">to die with wisdom,defeat an aliment with<br><p align="center">Dharma to pass away by calmness.<br><p align="center">Death is returning to Mother Earth that<br><p align="center">nobody is excepted from Cycle of life.<br><p align="center">The remaining is goodness and memorial<br><p align="center">to record here.<br><p align="center">_________________</font>'

if (document.all)

document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>')



function regenerate(){

window.location.reload()

}

function regenerate2(){

if (document.layers){

setTimeout("window.onresize=regenerate",450)

intializemarquee()

}

}



function intializemarquee(){

document.cmarquee01.document.cmarquee02.document.write(marqueecontents)

document.cmarquee01.document.cmarquee02.document.close()

thelength=document.cmarquee01.document.cmarquee02.document.height

scrollit()

}



function scrollit(){

if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){

document.cmarquee01.document.cmarquee02.top-=speed

setTimeout("scrollit()",100)

}

else{

document.cmarquee01.document.cmarquee02.top=marqueeheight

scrollit()

}

}
window.onload=regenerate2


