﻿
window.status='Đang tải dữ liệu...'
timeA = new Date()
/////////////////////////////////////
document.oncontextmenu=function() {return false}
document.onselectstart=function() {return false}
no = function (){return false};
yes = function (){};
function nocontext() {document.oncontextmenu=no}
function noselect() {document.onselectstart=no}
function yescontext() {document.oncontextmenu=yes}
function yesselect() {document.onselectstart=yes}
function yestoall() {yescontext();yesselect()}
function notoall() {nocontext();noselect()}
document.oncontextmenu=no
document.onselectstart=no
/////////////////////////////////////

function loadok()
{
timeB = new Date()
window.status=document.title+' | Thời gian hiển thị trang: '+((timeB-timeA)/1000)+' giây';
/*document.body.innerHTML+='<br><center><font color=#C0C0C0>-----------o0o-----------</font></center>'
document.body.innerHTML+='<br><center>Gửi tặng bạn bè trang này: <input type=text onfocus="select()" onmouseout="quyenhan()" onmouseover="yestoall()" value="'+self.location+'" size=30></center>'
document.body.innerHTML+='<br><center><a href="http://vhol.net.ms" target="_blank"><font color=#C0C0C0>:: (C) 2006 by VUHUNGONLINE.NET.MS ::</font></a></center>'
*/
}

function quyenhan() 
{
yestoall()
}
quyenhan()

document.write('<body STYLE="behavior: url(#default#homePage);" onload="loadok()"></body>')

