<!--
if (document.referrer.substring(11,28) == "amateursexmaniacs") {
     window.open('http://www.a.com','_top');
}

function adbugmovie() {
        popup=window.open("/orakc/banners/orbitbug.html","popup","resizable=no, scrollbars=yes, width=470,height=375");
}

function dumondenote() {
        dumondeWDO=window.open("/cgi-bin/send_a_note_to_dumonde/email.pl","dumondeWDO","scrollbars,width=515,height=400,resizable=yes");
}

function iggeynote() {
        iggeyWDO=window.open("/cgi-bin/send_a_note_to_iggey/email.pl","iggeyWDO","scrollbars,width=515,height=400,resizable=yes");
}

function raspernote() {
        rasperWDO=window.open("/cgi-bin/send_a_note_to_rasper/email.pl","rasperWDO","scrollbars,width=515,height=400,resizable=yes");
}

function rileynote() {
        rileyWDO=window.open("/cgi-bin/send_a_note_to_riley/email.pl","rileyWDO","scrollbars,width=515,height=400,resizable=yes");
}

function specandtranote() {
        specandtraWDO=window.open("/cgi-bin/send_a_note_to_specandtra/email.pl","specandtraWDO","scrollbars,width=500,height=400,resizable=yes");
}

function specnote() {
        specandtraWDO=window.open("/cgi-bin/send_a_note_to_spec/email.pl","specandtraWDO","scrollbars,width=500,height=400,resizable=yes");
}

function tranote() {
        specandtraWDO=window.open("/cgi-bin/send_a_note_to_tra/email.pl","specandtraWDO","scrollbars,width=500,height=400,resizable=yes");
}

function skeeternote() {
        skeeterWDO=window.open("/cgi-bin/send_a_note_to_skeeter/email.pl","skeeterWDO","scrollbars,width=500,height=400,resizable=yes");
}

function kimmanote() {
        kimmaWDO=window.open("/cgi-bin/send_a_note_to_kimma/email.pl","kimmaWDO","scrollbars,width=500,height=400,resizable=yes");
}

function kidbe() {
        msgWindow=window.open("/kidbe.html","kidbe","scrollbars,width=375,height=340");
}

function adbug() {
        adbugWDO=window.open("/orakc/loot/theadbug_popup.html","adbugWDO","scrollbars,width=550,height=500,resizable=yes");
}

function hide() {
         hideWindow=window.open("/orakc/seasonal/summer01/hide_seek_popup.html" ,"hideWindow","width=450,height=450");
}

function random_question(){
var question=new Array()
	for(i=1; i<=6; i++) {
		question[i]="/adventure/month/oly02/oly_trivia" + i + ".html";
	}

var rand=Math.round(Math.random()*6); 
if (rand==0)
rand=1;
location.href=question[rand];
}
//-->

