// if (self != top) top.location.href = location.href;

day = new Date();
jaar=day.getYear();

var message="©"+jaar+" InnerChannel.com\nAll rights reserved.";

function noContextMenu() {
 event.cancelBubble = true;
 event.returnValue = false;
 return false;
}

function NoRightClick(b) {
   if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
   ||((navigator.appName=="Netscape")&&(b.which > 1))){
   alert(message);
   return false;
   }
}

document.oncontextmenu = noContextMenu;
document.onmousedown = NoRightClick;
document.onselectstart= noContextMenu;

function emailus(name) {
	var showtag="@"
	var showhost="innerchannel.com";
	var showlink=name+showtag+showhost;
	document.write("<a href="+"mail"+"to:"+showlink+">"+showlink+"</a>")
}

function emailadres(name,showlink) {
	var showtag="@"
	var showhost="innerchannel.com";
	document.write("<a href="+"mail"+"to:"+name+showtag+showhost+">"+showlink+"</a>")
}

function preview() {
	var btxt="Dear Inner Channel,%0D%0A%0D%0AI would like to download a full preview of THEN - The Oracle.%0D%0APlease send me the download link.%0D%0A%0D%0AI hereby give permission to use my email address to receive previews/updates about your books.%0D%0A%0D%0ARegards.%0D%0A";
	parent.location.href="mailto:info@innerchannel.com?subject=Request to download Preview&body="+btxt;
}

