<!-- Beginning ห้าม drag เลือกข้อมูล
//function disableselect(e){
//	return false
//}
//
//function reEnable(){
//	return true
//}

//if IE4+
//document.onselectstart=new Function ("return false")

//if NS6
//if (window.sidebar){
//	document.onmousedown=disableselect
//	document.onclick=reEnable
//}
//var message="Function Disabled!";
// - End of ห้าม drag เลือกข้อมูล -->

<!-- Beginning ห้ามคลิ๊กขวา
//function clickIE() {if (document.all) {alert(message);return false;}}
//function clickNS(e) {if 
//(document.layers||(document.getElementById&&!document.all)) {
//if (e.which==2||e.which==3) {alert(message);return false;}}}
//if (document.layers) 
//{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
//else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

//document.oncontextmenu=new Function("return false")
// - End of ห้ามคลิ๊กขวา -->

<!-- Beginning ตัวอักษรวิ่งที่ statusbar
var count = 0;
var text =" :: ยินดีต้อนรับสู่เว็บไซด์ที่มีเนื้อหาสาระสำหรับผู้หญิงทุกคน ::";
scroll();
function scroll() {
      var myString = text.substring (count, text.length) + text.substring (0, count)
      window.status = myString
      if (count < text.length) count++;
      else count = 0;
      setTimeout ( "scroll()",333);
}
// - End of ตัวอักษรวิ่งที่ statusbar -->
   
<!-- Beginning Add Bookmark
function addbookmark()
{
bookmarkurl="http://www.pooyingnaka.com"        //แก้ไขเป็นชื่อเวบของคุณ
bookmarktitle="! ผู้หญิงนะคะ เว็บไซด์สำหรับผู้หญิงทุกคน "         //แก้ไขข้อความไตเติ้ลของคุณ
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
//  End of Add Bookmark -->

<!-- Beginning Forgot password
function forGot(filesname) {
props=window.open( filesname, 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=380, height=50' );
}
//  End of Forgot password -->
