<!-- 
document.writeln(" <script type=\"text/javascript\" src=\"http://view.binlayer.com/ad-43034.js\"></script> ");
 // -->
/*JavaScript error stopper-
By JavaScript Kit (www.javascriptkit.com)
200+ free JavaScripts here
Bu kodu www.hackerfriend.ile.biz adresinden indirdiniz.
*/
function stoperror(){
return true
}
window.onerror=stoperror
/*
No Right Click
by: neyokki scripts
*/
if (window.Event) // Only Netscape will have the CAPITAL E.
document.captureEvents(Event.MOUSEUP); // catch the mouse up event
function nocontextmenu()  // this function only applies to IE4, ignored otherwise.
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e)	// This function is used by all others
{
if (window.Event)	// again, IE or NAV?
{
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;	
{

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-28191702-1']);
  _gaq.push(['_setDomainName', 'neleryokki.com']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

}



	


