حقوق الطبع والنشر محفوظة ، لـ مجلة انا وذاتي
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("قلمي وحرفي ملكية خاصة ،الرجاء عدم النسخ");
times++ } }
function bye() {
alert("الرجاء عدم النسخ ، لتجنب تعطل الجهاز");
bye() }