timeID =250;
//stcnt = 11;
msg ="http://www.saigoncrafts.com";
//wmsg = new Array(33);
//wmsg[0] = msg;
//blnk = "                           ";
//for (i = 1; i < 32; i++) {
//b = blnk.substring(0, i);
//wmsg[i] = "";
//for (j = 0; j < msg.length; j++) wmsg[i] = wmsg[i] + msg.charAt(j) + b;
//}
function wiper() {
//if (stcnt > -1) str = wmsg[stcnt]; 
//else str = wmsg[0];
//if (stcnt-- < -300) stcnt = 31;
//status = str;
status=msg
clearTimeout(timeID);
timeID = setTimeout("wiper()", 50);
}
function right()
{
var button;
button= event.button;
if (button==2) {alert('http://www.saigoncrafts.com');}
}
document.onmousedown=right;
//  End -->