//Created By Krewul Global Media Tama Web Design///

var right_click_on	= "yes"		
var right_click_text	= "Don`t right click in this site! - Thanks For Your Attention - [WebMaster-GlobalMediaTama.Co.Id]"	
 if (right_click_on == "yes") {
document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
document.write('<script language="JavaScript">')
document.write('function noRightClick() {')
document.write('if (event.button==2) {')
document.write('alert(\''+right_click_text+'\')')
document.write('}')
document.write('}')
document.write('document.onmousedown=noRightClick')
document.write('</script>')
}
