document.onmousedown=click
//Dont Change this or it wont work
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("WARNING !!! Do not try to copy. All rights reserved © Yashka Industries, Ludhiana!"); 
times++ } }
function bye() {
alert(" This site is being STOPPED due to violating Terms & Conditions of Yashka Industries");
bye() }
