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">จุดมุ่งหมายในการทำเวบไซต์<b><p align="center"> การทำ Web Site เพื่อให้เป็นอนุสรณ์กับคนที่ยังมีชีวิตอยู่<br><p align="center">ในการเตรียมความพร้อมที่จะเผชิญหน้ากับความตายอย่างมี<br><p  align="center">สติ ต่อสู้กับโรคภัยไข้เจ็บ โดยการใช้ ธรรมะ เพื่อที่จะจาก<br><p align="center">โลกนี้ไปอย่างสงบ และให้คิดว่า การตาย คือ การกลับสู่แผ่น<br><p align="center">ดินแม่ อ้อมอกพระธรณี ไม่มีใครสามารถหลุดพ้น จาก<br><p align="center">วัฏสงสารนี้ไปได้ แต่สิ่งที่ยังเหลืออยู่คือ คุณความดีที่มี<br><p align="center"> และยังจะนำความทรงจำ และบันทึกไว้ ณ ที่แห่งนี้<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


