function OneUp_Snap() {

var s=new Array('nes','snes','fc','sfc','sms','gg','md','pce','neogeo')
var u=OneUp_console.toLowerCase()

if (s.join().indexOf(u)!=-1) {}
else if (u=='all') {u=s[Math.floor(Math.random()*s.length)];}
else if (u.length==s.length) {
var n = new Array()
var c = 0 
for (i=1; i<(s.length)+1; i++) {if (u.substring(i-1,i)=='1') {n[c]=s[i-1]; c++} }
if (n.length==0) {return}
u=n[Math.floor(Math.random()*n.length)];
}else {return}

OneUp_console=u;
document.write('<script type="text/javascript" src="http://www.1up-games.com/site/snap/'+u+'.js"></script>')

document.write('<script type="text/javascript">if (typeof OneUp_gamelist!=\'undefined\') {var OneUp_r = Math.floor(Math.random()*OneUp_gamelist.length); OneUp_g = OneUp_gamelist[OneUp_r].split(\'|\'); var OneUp_c = OneUp_console; var OneUp_b = \'nes,snes,fc,sfc,sms,gg,md,pce,neogeo,NES,SUPER NINTENDO,FAMICOM,SUPER FAMICOM,MASTER SYSTEM,GAME GEAR,MEGA DRIVE,PC ENGINE,NEO GEO\'.split(\',\'); for (i7x=0; i7x<9; i7x++) {if (OneUp_b[i7x]==OneUp_c) {OneUp_b = OneUp_b[i7x+9]; break}} if (OneUp_c==\'gg\') {var bb=\'\';} else {var bb=\'bb\';} document.write(\'<style type="text/css">#OneUp_snap, #OneUp_snap tr, #OneUp_snap td, #OneUp_snap img, #OneUp_snap a, #OneUp_snap a:hover, #OneUp_snap span {background: none transparent scroll; margin: 0; padding: 0; border: 0; display: block; color: #000; position: static; float: none; text-decoration: none; z-index: 1000; border-spacing: 0; text-align: center; font: 11px arial, sans-serif} #OneUp_snap tr {display: table-row} #OneUp_snap td {display: table-cell} </style><table width="165" cellspacing="0" id="OneUp_snap" style="margin: 0 auto; background: url(\\\'http://www.1up-games.com/site/snap/x.png\\\')"><tr><td height="21"></td></tr><tr><td height="150"><a href="http://www.1up-games.com/\'+OneUp_c+\'/\'+OneUp_g[0]+\'.html" style="color: #303030"><img src="http://www.1up-games.com/\'+OneUp_c+\'/\'+OneUp_g[0]+\'/\'+OneUp_g[0]+OneUp_g[2]+bb+\'.gif?rs" width="160" id="OneUp_i" style="text-align: left"></a></td></tr><tr><td height="36" valign="top" style="padding-top: 1px"><a href="http://www.1up-games.com/\'+OneUp_c+\'/\'+OneUp_g[0]+\'.html" style="font-weight: bold; color: #374956">\'+OneUp_g[1]+\'</a><span style="font-size: 10px; color: #555">\'+OneUp_b+\'</span></td></tr></table>\')}</script>')

}

function fuckIE() {document.write('<script type="text/javascript">if (typeof OneUp_r==\'undefined\') {OneUp_Snap();}</script>')}

if (typeof OneUp_console=='undefined') {var OneUp_console='ALL'}
OneUp_Snap();