
var randomlinks=new Array()

randomlinks[0]="http://www.freemahjong.org/"
randomlinks[1]="http://www.freesolitaire.org/"
randomlinks[2]="http://www.freetetris.org/"
randomlinks[3]="http://www.freepacman.org/"
randomlinks[4]="http://www.happyhopper.org/"
randomlinks[5]="http://www.freeasteroids.org/"
randomlinks[6]="http://www.candystand.com/play/skiing"
randomlinks[7]="http://www.blazinggames.com/action/misc/missile_p.htm"
randomlinks[8]="http://www.addictinggames.com/theworldshardestgame.html"
randomlinks[9]="http://armorgames.com/play/4552/crush-the-castle-players-pack"
randomlinks[10]="http://www.gamespyarcade.com/software/webgames/classic/javanoid/javanoid.htm"
randomlinks[11]="http://www.arcadebomb.com/play/rise_of_the_tower.html"
randomlinks[12]="http://www.jigzone.com/"
randomlinks[13]="http://www.officegamespot.com/house_escape/death_trap_mansion.htm"
randomlinks[14]="http://www.officegamespot.com/officegames/bubblebuster.htm"
randomlinks[15]="http://www.officegamespot.com/flashgames/crystal-golf-solitaire.htm"
randomlinks[16]="http://www.officegamespot.com/billiards4ball.htm"
randomlinks[17]="http://www.miniclip.com/games/anagram-magic/en/"
randomlinks[18]="http://www.virtualnes.com/play/?id=NES-YW&s=6"
randomlinks[19]="http://www.virtualnes.com/play/?id=NES-CT&s=9"
randomlinks[20]="http://www.virtualnes.com/play/?id=NES-CR&s=9"
randomlinks[21]="http://www.vgmastersclub.com/console/nes/DoubleDragon2.php"
randomlinks[22]="http://www.virtualnes.com/play/?id=NES-GR&s=3"
randomlinks[23]="http://www.virtualnes.com/play/?id=NES-JK&s=6"
randomlinks[24]="http://www.virtualnes.com/play/?id=NES-JU&s=16"
randomlinks[25]="http://www.virtualnes.com/play/?id=NES-LF&s=6"
randomlinks[26]="http://vgmastersclub.com/console/nes/nesopenemu.php"
randomlinks[27]="http://www.virtualnes.com/play/?id=NES-OH&s=1"
randomlinks[28]="http://www.virtualnes.com/play/?id=NES-7T&s=9"
randomlinks[29]="http://www.virtualnes.com/play/?id=NES-FV&s=9"
randomlinks[30]="http://www.virtualnes.com/play/?id=NES-9H&s=9"
randomlinks[31]="http://www.virtualnes.com/play/?id=NES-UE&s=9"
randomlinks[32]="http://www.virtualnes.com/play/?id=NIN-SM&s=1"
randomlinks[33]="http://www.virtualnes.com/play/?id=NES-TS&s=9"
randomlinks[34]="http://www.virtualnes.com/play/?id=NES-EM&s=7"
randomlinks[35]="http://pine.cs.yale.edu/java/chess.html"
randomlinks[36]="http://www.rgamex.com/play/apple-shooter/"
randomlinks[37]="http://www.funny-games.biz/tortue-game.html"
randomlinks[38]="http://armorgames.com/play/4964/penguin-massacre"

function randomlink(){
window.location=randomlinks[Math.floor(Math.random()*randomlinks.length)]
}

