// Random pagexs
<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-pagex.com

var howMany = 65;  // max number of items listed below
var pagex = new Array(howMany+1);

pagex[0] = 'http://www.randomexternal.com'
pagex[1] = 'http://www.askaninja.com'
pagex[2] = 'http://www.chucknorrisfacts.com'
pagex[3] = 'http://www.ebaumsworld.com'
pagex[4] = 'http://www.happytreefriends.atomfilms.com/watch_episodes/index.html#'
pagex[5] = 'http://www.gingerkids.org'
pagex[6] = 'http://www.knoxskorner.com/home.php?pagex=mm#'
pagex[7] = 'http://www.liquidgeneration.com'
pagex[8] = 'http://www.mycathatesyou.com'
pagex[9] = 'http://www.newgrounds.com'
pagex[10] = 'http://www.theonion.com'
pagex[11] = 'http://www.thetravisty.com/Flash_Cartoons/swf/Peanut_Butter_Jelly_Time.htm'
pagex[12] = 'http://www.pythonline.com'
pagex[13] = 'http://www.rathergood.com/moon_song/'
pagex[14] = 'http://www.southparkstudios.com'
pagex[15] = 'http://www.creamingpickle.com/humor/legends/StarWarsKid/'
pagex[16] = 'http://www.stickdeath.com'
pagex[17] = 'http://www.stuffonmycat.com'
pagex[18] = 'http://www.threebrain.com/weeeeee.shtml'
pagex[19] = 'http://www.zefrank.com/punc/'
pagex[20] = 'http://www.weebls-stuff.com/toons/aaaaaaaaaaaaahaha/'
pagex[21] = 'http://www.allthingszombie.com'
pagex[22] = 'http://www.flashzombies.com'
pagex[23] = 'http://www.mylivingdeadgirl.com'
pagex[24] = 'http://www.cthulhulives.org/Shoggoth/index.html'
pagex[25] = 'http://www.xombified.com'
pagex[26] = 'http://www.randomhouse.com/crown/zombiesurvivalguide/'
pagex[27] = 'http://www.black-sabbath.com'
pagex[28] = 'http://www.ronniejamesdio.com'
pagex[29] = 'http://www.heavy-metal.net/'
pagex[30] = 'http://www.ironmaiden.com'
pagex[31] = 'http://www.judaspriest.com'
pagex[32] = 'http://www.covenworldwide.org/'
pagex[33] = 'http://www.manowar.com/'
pagex[34] = 'http://www.megadeth.com/'
pagex[35] = 'http://www.metallica.com/index.asp'
pagex[36] = 'metalroots.gw.net.nz/modules.php?name=Stories_Archive'
pagex[37] = 'http://www.queensryche.com/'
pagex[38] = 'http://www.rhapsodyoffire.com/index.php'
pagex[39] = 'guimp.com/home.html'
pagex[40] = 'http://www.menwholooklikekennyrogers.com'
pagex[41] = 'slingshot.to/buttart'
pagex[42] = 'http://www.zombo.com/'
pagex[43] = 'http://www.nobodyhere.com/justme/nose.here'
pagex[44] = 'http://www.malevole.com/mv/misc/killerquiz/'
pagex[45] = 'http://www.hormel.com/kitchen/glossary.asp?id=34290&catitemid='
pagex[46] = 'http://www.lonesausage.com/'
pagex[47] = 'http://www.hot-dog.org/'
pagex[48] = 'http://www.sausagefans.com/'
pagex[49] = 'http://www.cuffpagexs.com/'
pagex[50] = 'http://www.toniawelter.de/snw_en_1_manschette.htm'
pagex[51] = 'http://www.clarku.edu/~piltdown/map_expose/the_missing_pagex.html'
pagex[52] = 'en.wikipedia.org/wiki/Missing_pagex#External_pagexs'
pagex[53] = 'http://www.youtube.com/watch?v=HGfu4-UoQ3U'
pagex[54] = 'http://www.planetkrulik.com/showtime2.html'
pagex[55] = 'http://www.tvparty.com/70lance.html'
pagex[56] = 'http://www.careerbuilder.com/monk-e-mail/'
pagex[57] = 'http://members.tripod.com/Madtbone/'
pagex[58] = 'http://www.summum.org/mummification/'
pagex[59] = 'http://sfpg.com/animation/litebrite.html#'
pagex[60] = 'http://bertc.com/recipes.htm'
pagex[61] = 'http://books.guardian.co.uk/news/articles/0,6109,1373416,00.html'
pagex[62] = 'http://www.lileks.com/'
pagex[63] = 'http://uk.download.yahoo.com/ne/fu/attachments/bubblewrap.swf'
pagex[64] = 'http://www.evildeadthemusical.com/'
pagex[65] = 'http://www.unusualphobias.com/'
pagex[66] = ''

function ranlinkexternal() {
  function rndnumber(){
var randscript = -1;
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1));
}
return randscript;
}
quo = rndnumber();
quox = pagex[quo];

myRef = window.open(''+quox,'mywin');
}



//-->
