var message = "İİİİİİİİİİİİİİİİİİİİİİİİİİİ \n \nPlease don't copy this, It's copy written. \n \nI would be happy to build you your own website.       :^) \n \nContact me at eodlive@gmail.com \n \nİİİİİİİİİİİİİİİİİİİİİİİİİİİ"; 
function md(e) 
    { 
        try
            {
                if (event.button==2||event.button==3) alert(message); return false;
            }  
        catch (e)
            {
                if (e.which == 3) alert(message); return false;
            } 
    }
document.oncontextmenu = function() { return false; }
document.ondragstart   = function() { return false; }
document.onselectstart = function() { return false; }
document.onmousedown   = md;

/*



*/
