2009scape-website/www.funorb.com/gamelist6f94.html
2020-11-24 12:27:36 -05:00

2115 lines
52 KiB
HTML
Raw Blame History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en" xmlns:IE>
<!-- Mirrored from www.funorb.com/gamelist.ws?genreBox=shooter by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 18 Jul 2010 10:52:56 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"><!-- /Added by HTTrack -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="PRAGMA" content="NO-CACHE">
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
<meta name="keywords" content="Play Free Online Games, puzzle games, platform games, arcade games, shooter games, action games, java games, casual games, racing games, word games, retro games, classic games, browser games, strategy games, multiplayer games, arcanists, Jagex">
<meta name="description" content="FunOrb, free online browser-based games from Jagex Games Studio, the makers of RuneScape. Play puzzle, action, strategy, shooting, word, racing games and more!">
<meta name="title" content="FunOrb - Free Online Games by Jagex Games Studio">
<meta name="Author" content="www.jagex.com">
<meta name="Copyright" content="Copyright under AGPL., www.jagex.com">
<meta name="ROBOTS" content="INDEX, FOLLOW">
<meta name="classification" content="GENERAL">
<meta name="rating" content="General">
<meta name="Distribution" content="global">
<meta name="Identifier-URL" content="index.html">
<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
<link rel="SHORTCUT ICON" href="favicon.ico">
<title>FunOrb - Free Online Games by Jagex Games Studio</title>
<style type="text/css" media="screen">
/*\*/@import url(css/global-40.css);/**/
</style>
<script type="text/javascript" src="../www.jagex.com/js/jquery/jquery_1_4_2.js"></script>
<!--[if lt IE 7]>
<style type="text/css" media="screen">@import url(http://www.funorb.com/css/ieFix-2.css);</style>
<![endif]-->
<style type="text/css" media="screen">
/*\*/@import url("css/gamelist-3.css");/**/
</style>
<script type="text/javascript">
function ajax_debug(text) {
if(document.getElementById("javascript-debug-pane")) document.getElementById("javascript-debug-pane").value+=text + "\n";
}
function httpRequest() {
// Create the requestHandler
try {
this.requestHandler=new ActiveXObject("Msxml2.XMLHTTP");
}
catch(e1) {
try {
this.requestHandler=new ActiveXObject("Microsoft.XMLHTTP");
}
catch(e2) {
this.requestHandler=false;
}
}
if(!this.requestHandler && window.createRequest) {
try {
this.requestHandler=window.createRequest();
}
catch(e) {
this.requestHandler=false;
}
}
if(!this.requestHandler && typeof(XMLHttpRequest)!='undefined') {
try {
this.requestHandler=new XMLHttpRequest();
}
catch(e) {
this.requestHandler=false;
}
}
ajax_debug("New httpRequest created");
}
httpRequest.prototype.handleChange=function() {
//ajax_debug("ReadyState changed to " + this.requestHandler.readyState);
if(this.requestHandler.readyState==4 && this.callback) this.callback(this.requestHandler.responseText);
}
httpRequest.prototype.get=function(url, callback) {
ajax_debug("GET " + url + (callback==null ? " (no callback)" : " (with callback)"));
var copy=this;
this.requestHandler.onreadystatechange=function() {copy.handleChange();}
if(callback) this.callback=callback;
else this.callback=null;
this.requestHandler.open("GET", url, true);
this.requestHandler.send(null);
}
function ajax_describe(what) {
a="";
for(part in what) try{a+=part + "=" + what[part] + "\n";} catch(e) {}
return a;
}
function throwaway_request(url) {
var req=new httpRequest();
req.get(url);
}
function callback_request(url, callback) {
var req=new httpRequest();
req.get(url, callback);
}
</script>
<script type="text/javascript">
var current_game;
function genre(id_in, next_sibling_id_in) {
this.id = id_in;
this.next_sibling_id = next_sibling_id_in;
}
// Build these arrays on load. (NB: The loops are ws loops)
multi = [0,1,1,1,1,1,1,1,1,0,1,0,0,0,1,0,1,0,0,0,0,1,1,1,0,0,1,0,0,1,0,0,1,0,0,0,1,1,0,0,1];
single = [1,0,1,0,1,1,0,1,1,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0];
genres = [[new genre(1, 2)],[new genre(5, 6)],[new genre(5, 6)],[new genre(5, 6)],[new genre(1, 2)],[new genre(1, 2)],[new genre(5, 6)],[new genre(2, 3)],[new genre(2, 3)],[new genre(3, 4)],[new genre(5, 6)],[new genre(1, 2)],[new genre(2, 3)],[new genre(2, 3)],[new genre(4, 5)],[new genre(3, 4)],[new genre(4, 5)],[new genre(2, 3)],[new genre(1, 2)],[new genre(2, 3)],[new genre(5, 6)],[new genre(2, 3)],[new genre(4, 5)],[new genre(5, 6)],[new genre(3, 4)],[new genre(3, 4)],[new genre(5, 6)],[new genre(3, 4)],[new genre(5, 6)],[new genre(5, 6)],[new genre(2, 3)],[new genre(2, 3)],[new genre(1, 2)],[new genre(1, 2)],[new genre(1, 2)],[new genre(2, 3)],[new genre(1, 2)],[new genre(5, 6)],[new genre(1, 2)],[new genre(5, 6)],[new genre(5, 6)]];
// Genre name -> ID lookup table to convert the values of the drop downs when JS is on
var genre_table = {
"action": 1,
"puzzle": 2,
"shooter": 3,
"sport": 4,
"strategy": 5,
"mmo": 6,
"other": 7,
0: 0};
//Filter values: (id, next_sibling_id) pair for the filter genre and an array of pairs for all other genres (indexed by id):
var filter_genre = new genre(3, 4);
var all_genres = new Array(7*2);
all_genres[1] = new genre(1, 2);
all_genres[2] = new genre(2, 3);
all_genres[3] = new genre(3, 4);
all_genres[4] = new genre(4, 5);
all_genres[5] = new genre(5, 6);
all_genres[6] = new genre(6, 7);
all_genres[7] = new genre(7, 8);
/* massively limited - only works for elements with a single class */
function getElementsByClass(tagName,tagClass) {
var allelems = document.getElementsByTagName(tagName);
var elems = new Array(0);
for(i=0; i < allelems.length; i++) {
if(allelems[i].className == tagClass) { elems.push(allelems[i]); }
}
return elems;
}
function updateFilters() {
var gameboxes = getElementsByClass('div','gamelistentry');
var playerMode = document.getElementById('playerBox').value;
var genreMode = genre_table[document.getElementById('genreBox').value];
var nogames = true;
for(i=0; i < gameboxes.length; i++) {
if((playerMode == 1 && !single[i]) || (playerMode == 2 && !multi[i])) {
gameboxes[i].style.display = 'none';
} else if(genreMode == 0) {
gameboxes[i].style.display = 'inline';
nogames = false;
} else {
var display = false;
for(j=0; j < genres[i].length; j++) {
if(genres[i][j].id >= all_genres[genreMode].id && genres[i][j].id < all_genres[genreMode].next_sibling_id) {
display = true;
}
}
if(display) {
gameboxes[i].style.display = 'inline';
nogames = false;
} else {
gameboxes[i].style.display = 'none';
}
}
}
var guide = document.getElementById('guide');
if(nogames) {
guide.innerHTML = 'Sorry, no games matched your search! Please try again to find a game.';
guide.style.color = '#f00';
} else {
guide.innerHTML = 'Please use the dropdown menus to select the type of game you would like to play.';
guide.style.color = '#DAD6D5';
}
}
function initList() {
document.getElementById('playerBox').value = 0;
document.getElementById('genreBox').value = 3;
}
window.onload = initList;
</script>
<!--[if IE]>
<style type="text/css">
@media all {
IE\:clientCaps {behavior:url(#default#clientcaps)}
}
</style>
<IE:clientCaps ID="oClientCaps" />
<![endif]-->
<script type="text/javascript">
var suffix="?js=1";
if (navigator.appName=="Microsoft Internet Explorer") {
if (!oClientCaps.getComponentVersion("{08B0E5C0-4FCB-11CF-AAA5-00401C608500}","ComponentID")) {
suffix+="&applet=2";
}
}
function suffixize(obj){
if(!obj.suffixed){
obj.href += suffix;
obj.suffixed = true;
}
}
</script>
</head>
<body id="navGames">
<a name="top"></a>
<table id="wrapper">
<tbody>
<tr>
<td class="center bodyTheme">
<div id="container">
<div id="header">
<div id="navigation">
<div class="lft"></div>
<div class="rght"></div>
<div class="container">
<a id="logo" href="index-2.html" ><b>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="203" height="80">
<param name="movie" value="http://www.funorb.com/img/images/layout/logo_funorb_tombracer.swf" />
<param name="FlashVars" value="homePath=http://www.funorb.com/" />
<param name="AllowScriptAccess" value="always" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="img/images/layout/logo_funorb_tombracer.swf" width="203" height="80">
<param name="FlashVars" value="homePath=http://www.funorb.com/" />
<param name="AllowScriptAccess" value="always" />
<!--<![endif]-->
<!-- Non Flash alternative -->
<img src="img/images/layout/logo_funorb_tombracer.jpg" alt="FunOrb" />
<!--[if !IE]>-->
</object>
<!--<![endif]-->
<!--<![endif]-->
</object>
</b></a>
<div id="shell">
<div class="lft"></div>
<div class="rght"></div>
<div id="teleText">
<h1 id="welcomeText">Welcome to FunOrb - The Best in Free Online Games</h1>
<span id="teletext_inner">
To gain access to some of our multiplayer games, highscore tables and Achievements, please create an account. It's quick, easy and absolutely FREE!</span>
<script type="text/javascript" src="../services.funorb.com/m%3dfomessenger/messengercommon0.js"></script>
<script type="text/javascript" src="../services.funorb.com/m%3dfomessenger/messenger.js"></script>
</div>
</div>
</div>
<div class="clear"></div>
<ul class="menu">
<li class="top p1"><a href="index-2.html" id="home" class="top_link"><span>Home</span></a></li>
<li class="top p2"><a id="games" class="top_link" href="gamelist.html"><span>Games</span><!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<!--[if lte IE 6]><iframe src="#"></iframe><![endif]-->
<ul class="sub">
<li><a href="gamelist.html" class="fly">All Games</a></li>
<li><a href="gamelistea68.html?playerBox=1" class="fly">Single-Player Games</a></li>
<li><a href="gamelist6ff6.html?playerBox=2" class="fly">Multiplayer Games</a></li>
<li><a href="options.html" class="fly last">Java Options</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li class="top p3"><a id="account" class="top_link" href="https://secure.funorb.com/m=create/"><span>Join</span><!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<!--[if lte IE 6]><iframe src="#"></iframe><![endif]-->
<ul class="sub">
<li><a href="https://secure.funorb.com/m=create/" class="fly">Create Free Account</a></li>
<li><a href="https://secure.funorb.com/m=billing_core/paymentoptions.ws" class="fly">Subscribe to FunOrb</a></li>
<li><a href="members.html" class="fly">Members' Benefits</a></li>
<li><a href="account_management.html" class="fly last">Account Management</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li class="top p4"><a id="forums" class="top_link" href="http://services.funorb.com/m=focommunity/"><span>Community</span><!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<!--[if lte IE 6]><iframe src="#"></iframe><![endif]-->
<ul class="sub">
<li><a href="http://services.funorb.com/m=focommunity/" class="fly">Community Home</a></li>
<li><a href="http://services.funorb.com/m=forum_fo/forums.ws" class="fly">Forums</a></li>
<li><a href="kbase/guid/dev_diary.html" class="fly">Developer Diaries</a></li>
<li><a href="http://services.funorb.com/m=achievements/" class="fly">Achievements</a></li>
<li><a href="http://services.funorb.com/m=hiscore_fo/" class="fly">Highscores &amp; Ratings</a></li>
<li><a href="http://services.funorb.com/m=orbcoins/" class="fly last">Orb Downloads</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li class="top p5"><a id="help" class="top_link" href="kbase/guid/help.html"><span>Help</span><!--[if IE 7]><!--></a><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<!--[if lte IE 6]><iframe src="#"></iframe><![endif]-->
<ul class="sub">
<li><a href="kbase/guid/customer_support.html" class="fly">Customer Support</a></li>
<li><a href="parents.html" class="fly">Parents' Guide</a></li>
<li><a href="kbase/guid/rules_of_conduct.html" class="fly">Rules</a></li>
<li><a href="https://secure.funorb.com/m=billing_core/unsubscribe.ws" class="fly">Unsubscribe</a></li>
<li><a href="loginapplet/loginappletef7e.html?mod=www&amp;dest=loginapplet/loginapplet.ws?mod=accountappeal&amp;dest=lockchoice.ws" class="fly">Account Recovery</a></li>
<li><a href="https://secure.funorb.com/m=weblogin/loginform.ws?mod=www&amp;ssl=0&amp;expired=0&amp;dest=bugtracker.ws" class="fly last">Submit A Bug Report</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li class="top p11"><a id="empty" class="top_link"><span>&nbsp;</span></a></li>
<li class="top p7"><a href="https://secure.funorb.com/m=create/" id="register" class="top_link"><span>Create Account</span></a></li>
<li class="top p8"><a href="https://secure.funorb.com/m=weblogin/loginform.ws?mod=www&amp;ssl=0&amp;dest=gamelist.ws?genreBox=shooter" id="signIn" class="top_link"><span>Log In</span></a></li>
<li class="top p10">
<div class="top_link" id="lang_div">
<a id="countrydrop" href="index-2.html">
<span>
<img alt="
English" src="img/images/layout/en.gif">
<span id="dropArrow"></span>
</span>
<!--[if gt IE 6]><!--></a></div><!--<![endif]-->
<!--[if lte IE 6]><table><tr><td><![endif]-->
<!--[if lte IE 6]><iframe src="#"></iframe><![endif]-->
<ul id="lang" class="sub">
<li><a class="fly" href="index-2.html"><img title="
English" alt="
English" src="img/images/layout/en.gif"></a></li>
<li><a class="fly" href="l%3d1/index.html"><img title="
Deutsch" alt="
Deutsch" src="img/images/layout/de.gif"></a></li>
<li><a class="fly" href="l%3d2/index.html"><img title="
Fran&ccedil;ais" alt="
Fran&ccedil;ais" src="img/images/layout/fr.gif"></a></li>
<li><a class="fly last" href="l%3d3/index.html"><img title="
Portugu&ecirc;s (BR)" alt="
Portugu&ecirc;s (BR)" src="img/images/layout/br.gif"></a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a></div><![endif]-->
</li>
</ul>
</div>
<br class="clear" />
</div>
<div id="page_content">
<a name="common_section"></a>
<div class="section" id="common_section" >
<div class="sectionHeader">
<div class="sectionHeaderRight">
<div class="sectionTitle">
Game List
</div>
</div>
</div>
<div class="sectionBorder">
<div class="sectionBackground">
<div class="sectionContent" >
<div class="sectionContainerContent">
<a name="gamelist"></a>
<div class="subsection" id="gamelist" style="">
<div class="subsectionHeader">
<div class="subsectionTitle">
<div id="guide">Please use the dropdown menus to select the type of game you would like to play.</div>
</div>
</div>
<div class="subsectionContent">
<form id="filterform" action="http://www.funorb.com/gamelist.ws">
<label for="playerBox">Players:</label>
<select onchange="updateFilters()" name="playerBox" id="playerBox">
<option value="0">All</option>
<option value="1">Single-Player</option>
<option value="2">Multiplayer</option>
</select>
<label for="genreBox">Genre:</label>
<select onchange="updateFilters()" name="genreBox" id="genreBox">
<option value="0">All</option>
<option value="action">
Action</option>
<option value="puzzle">
Puzzle</option>
<option id="option3" value="shooter" selected="selected">
Shooters</option>
<option value="sport">
Sport</option>
<option value="strategy">
Strategy</option>
<option value="mmo">
MMO</option>
<option value="other">
Other</option>
</select>
<input class="button" id="filtersumbit" type="submit" value="Submit filters">
<script type="text/javascript">document.getElementById('filtersumbit').style.display = 'none';</script>
<span id="multigenre">Some games may belong to more than one genre.</span>
</form>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=aceofskies/game.ws">
<img src="img/images/game/aceofskies/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=aceofskies/game.ws">Ace of Skies</a></div>
<div class="gamedesc">Aerial dare-devilry with a stiff upper lip</div>
<div class="genre"><div><a href="gamelist0e56.html?genreBox=action">Action</a></div></div>
<div class="links">
<a class="buttonInfo" href="infob331.html?game=aceofskies"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=aceofskies/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://arcanists14.funorb.com/g=arcanistsmulti/game.ws">
<img src="img/images/game/arcanistsmulti/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://arcanists14.funorb.com/g=arcanistsmulti/game.ws">Arcanists</a></div>
<div class="gamedesc">Magic and mayhem-filled multiplayer matches.</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="info2abc.html?game=arcanistsmulti"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://arcanists14.funorb.com/g=arcanistsmulti/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://aog1.funorb.com/g=armiesofgielinor/game.ws">
<img src="img/images/game/armiesofgielinor/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://aog1.funorb.com/g=armiesofgielinor/game.ws">Armies of Gielinor</a></div>
<div class="gamedesc">Wage war with the Armies of Gielinor</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="infoa9d9.html?game=armiesofgielinor"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://aog1.funorb.com/g=armiesofgielinor/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://fridge1.funorb.com/g=bachelorfridge/game.ws">
<img src="img/images/game/bachelorfridge/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://fridge1.funorb.com/g=bachelorfridge/game.ws">Bachelor Fridge</a></div>
<div class="gamedesc">Where health and safety dare not tread.</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="infoa0cc.html?game=bachelorfridge"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://fridge1.funorb.com/g=bachelorfridge/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=bouncedown/game.ws">
<img src="img/images/game/bouncedown/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=bouncedown/game.ws">Bouncedown</a></div>
<div class="gamedesc">How long can you last in this platform-filled fun fest?</div>
<div class="genre"><div><a href="gamelist0e56.html?genreBox=action">Action</a></div></div>
<div class="links">
<a class="buttonInfo" href="info3153.html?game=bouncedown"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=bouncedown/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://brickabrac1.funorb.com/g=brickabrac/game.ws">
<img src="img/images/game/brickabrac/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://brickabrac1.funorb.com/g=brickabrac/game.ws">Brick-<2D>-Brac</a></div>
<div class="gamedesc">Classic brick destruction with Brick and Brac.</div>
<div class="genre"><div><a href="gamelist0e56.html?genreBox=action">Action</a></div></div>
<div class="links">
<a class="buttonInfo" href="infof419.html?game=brickabrac"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://brickabrac1.funorb.com/g=brickabrac/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://chess1.funorb.com/g=chess/game.ws">
<img src="img/images/game/chess/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://chess1.funorb.com/g=chess/game.ws">Chess</a></div>
<div class="gamedesc">Play the classic strategy game with your friends.</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="info819f.html?game=chess"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://chess1.funorb.com/g=chess/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=crazycrystals/game.ws">
<img src="img/images/game/crazycrystals/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=crazycrystals/game.ws">Crazy Crystals</a></div>
<div class="gamedesc">Rock-hard tile-based puzzle game.</div>
<div class="genre"><div><a href="gamelistcdb9.html?genreBox=puzzle">Puzzle</a></div></div>
<div class="links">
<a class="buttonInfo" href="info099c.html?game=crazycrystals"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=crazycrystals/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://dekobloko1.funorb.com/g=dekobloko/game.ws">
<img src="img/images/game/dekobloko/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://dekobloko1.funorb.com/g=dekobloko/game.ws">Deko Bloko</a></div>
<div class="gamedesc">Multiplayer mayhem with shapes that keep coming back!</div>
<div class="genre"><div><a href="gamelistcdb9.html?genreBox=puzzle">Puzzle</a></div></div>
<div class="links">
<a class="buttonInfo" href="info39ef.html?game=dekobloko"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://dekobloko1.funorb.com/g=dekobloko/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=drphlogistonsavestheearth/game.ws">
<img src="img/images/game/drphlogistonsavestheearth/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=drphlogistonsavestheearth/game.ws">Dr P. Saves the Earth</a></div>
<div class="gamedesc">Save the Earth in this side-scrolling shooter.</div>
<div class="genre"><div><a href="gamelist6f94.html?genreBox=shooter">Shooter</a></div></div>
<div class="links">
<a class="buttonInfo" href="info8ed9.html?game=drphlogistonsavestheearth"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=drphlogistonsavestheearth/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://dungeon1.funorb.com/g=dungeonassault/game.ws">
<img src="img/images/game/dungeonassault/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://dungeon1.funorb.com/g=dungeonassault/game.ws">Dungeon Assault</a></div>
<div class="gamedesc">Defend your hoard. Become the Dragon King!</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="infoaa4d.html?game=dungeonassault"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://dungeon1.funorb.com/g=dungeonassault/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=escapevector/game.ws">
<img src="img/images/game/escapevector/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=escapevector/game.ws">Escape Vector</a></div>
<div class="gamedesc">Fly through twisty caves to reclaim Earth's stolen tech.</div>
<div class="genre"><div><a href="gamelist0e56.html?genreBox=action">Action</a></div></div>
<div class="links">
<a class="buttonInfo" href="info3e86.html?game=escapevector"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=escapevector/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=fleacircus/game.ws">
<img src="img/images/game/fleacircus/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=fleacircus/game.ws">Flea Circus</a></div>
<div class="gamedesc">Guide your fleas through their tiny little circus.</div>
<div class="genre"><div><a href="gamelistcdb9.html?genreBox=puzzle">Puzzle</a></div></div>
<div class="links">
<a class="buttonInfo" href="info217d.html?game=fleacircus"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=fleacircus/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=geoblox/game.ws">
<img src="img/images/game/geoblox/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=geoblox/game.ws">Geoblox</a></div>
<div class="gamedesc">Match the shapes or colours, three-of-a-kind.</div>
<div class="genre"><div><a href="gamelistcdb9.html?genreBox=puzzle">Puzzle</a></div></div>
<div class="links">
<a class="buttonInfo" href="infof2f9.html?game=geoblox"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=geoblox/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=holdtheline/game.ws">
<img src="img/images/game/holdtheline/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=holdtheline/game.ws">Hold the Line</a></div>
<div class="gamedesc">Fight for pole position in this powered-up racer.</div>
<div class="genre"><div><a href="gamelist7d22.html?genreBox=sport">Sport</a></div></div>
<div class="links">
<a class="buttonInfo" href="info7364.html?game=holdtheline"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=holdtheline/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=hostilespawn_vengeance/game.ws">
<img src="img/images/game/hostilespawn_vengeance/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=hostilespawn_vengeance/game.ws">Hostile Spawn</a></div>
<div class="gamedesc">Defeat the hordes of alien spawn.</div>
<div class="genre"><div><a href="gamelist6f94.html?genreBox=shooter">Shooter</a></div></div>
<div class="links">
<a class="buttonInfo" href="info0c19.html?game=hostilespawn_vengeance"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=hostilespawn_vengeance/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://kickabout2.funorb.com/g=kickabout/game.ws">
<img src="img/images/game/kickabout/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://kickabout2.funorb.com/g=kickabout/game.ws">Kickabout League</a></div>
<div class="gamedesc">From jumpers-for-goalposts to the Diamond Division...</div>
<div class="genre"><div><a href="gamelist7d22.html?genreBox=sport">Sport</a></div></div>
<div class="links">
<a class="buttonInfo" href="info9db7.html?game=kickabout"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://kickabout2.funorb.com/g=kickabout/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=lexicominos/game.ws">
<img src="img/images/game/lexicominos/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=lexicominos/game.ws">Lexicominos</a></div>
<div class="gamedesc">How many words can you make from falling blocks?</div>
<div class="genre"><div><a href="gamelistcdb9.html?genreBox=puzzle">Puzzle</a></div></div>
<div class="links">
<a class="buttonInfo" href="infob444.html?game=lexicominos"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=lexicominos/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=minerdisturbance/game.ws">
<img src="img/images/game/minerdisturbance/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=minerdisturbance/game.ws">Miner Disturbance</a></div>
<div class="gamedesc">Plunder the depths of a loot<6F>filled volcano.</div>
<div class="genre"><div><a href="gamelist0e56.html?genreBox=action">Action</a></div></div>
<div class="links">
<a class="buttonInfo" href="info2141.html?game=minerdisturbance"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=minerdisturbance/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=monkeypuzzle2/game.ws">
<img src="img/images/game/monkeypuzzle2/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=monkeypuzzle2/game.ws">Monkey Puzzle 2</a></div>
<div class="gamedesc">Catapult coloured coconuts to dislodge the monkeys.</div>
<div class="genre"><div><a href="gamelistcdb9.html?genreBox=puzzle">Puzzle</a></div></div>
<div class="links">
<a class="buttonInfo" href="info4a97.html?game=monkeypuzzle2"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=monkeypuzzle2/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=orbdefence/game.ws">
<img src="img/images/game/orbdefence/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=orbdefence/game.ws">Orb Defence</a></div>
<div class="gamedesc">Defend against the Norb invasion.</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="infoc00e.html?game=orbdefence"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=orbdefence/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://pixelate1.funorb.com/g=pixelate/game.ws">
<img src="img/images/game/pixelate/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://pixelate1.funorb.com/g=pixelate/game.ws">Pixelate</a></div>
<div class="gamedesc">It's a falling block game - with a twist!</div>
<div class="genre"><div><a href="gamelistcdb9.html?genreBox=puzzle">Puzzle</a></div></div>
<div class="links">
<a class="buttonInfo" href="info6b47.html?game=pixelate"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://pixelate1.funorb.com/g=pixelate/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://pool1.funorb.com/g=pool/game.ws">
<img src="img/images/game/pool/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://pool1.funorb.com/g=pool/game.ws">Pool</a></div>
<div class="gamedesc">The classic game of angular skill.</div>
<div class="genre"><div><a href="gamelist7d22.html?genreBox=sport">Sport</a></div></div>
<div class="links">
<a class="buttonInfo" href="info361b.html?game=pool"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://pool1.funorb.com/g=pool/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://shatteredplans2.funorb.com/g=shatteredplans/game.ws">
<img src="img/images/game/shatteredplans/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://shatteredplans2.funorb.com/g=shatteredplans/game.ws">Shattered Plans</a></div>
<div class="gamedesc">Bend worlds to your will and conquer the galaxy.</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="info4b57.html?game=shatteredplans"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://shatteredplans2.funorb.com/g=shatteredplans/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=solknight/game.ws">
<img src="img/images/game/solknight/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=solknight/game.ws">Sol-Knight</a></div>
<div class="gamedesc">Protect the solar system from (kilo)tons of asteroids.</div>
<div class="genre"><div><a href="gamelist6f94.html?genreBox=shooter">Shooter</a></div></div>
<div class="links">
<a class="buttonInfo" href="info0163.html?game=solknight"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=solknight/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=starcannon/game.ws">
<img src="img/images/game/starcannon/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=starcannon/game.ws">StarCannon</a></div>
<div class="gamedesc">Pilot the most powerful space fighter ever made.</div>
<div class="genre"><div><a href="gamelist6f94.html?genreBox=shooter">Shooter</a></div></div>
<div class="links">
<a class="buttonInfo" href="info0074.html?game=starcannon"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=starcannon/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://steelsentinels2.funorb.com/g=steelsentinels/game.ws">
<img src="img/images/game/steelsentinels/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://steelsentinels2.funorb.com/g=steelsentinels/game.ws">Steel Sentinels</a></div>
<div class="gamedesc">Build and control giant robots and battle for supremacy.</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="info2b43.html?game=steelsentinels"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://steelsentinels2.funorb.com/g=steelsentinels/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=stellarshard/game.ws">
<img src="img/images/game/stellarshard/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=stellarshard/game.ws">Stellar Shard</a></div>
<div class="gamedesc">Clear the asteroid field with ever-increasing fire power.</div>
<div class="genre"><div><a href="gamelist6f94.html?genreBox=shooter">Shooter</a></div></div>
<div class="links">
<a class="buttonInfo" href="info331c.html?game=stellarshard"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=stellarshard/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=terraphoenix/game.ws">
<img src="img/images/game/terraphoenix/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=terraphoenix/game.ws">TerraPhoenix</a></div>
<div class="gamedesc">Command your elite troops in this strategy game.</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="infoaf3e.html?game=terraphoenix"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=terraphoenix/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://tetralink1.funorb.com/g=tetralink/game.ws">
<img src="img/images/game/tetralink/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://tetralink1.funorb.com/g=tetralink/game.ws">TetraLink</a></div>
<div class="gamedesc">Get four counters in a row before your opponent.</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="info99fb.html?game=tetralink"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://tetralink1.funorb.com/g=tetralink/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=trackcontroller/game.ws">
<img src="img/images/game/trackcontroller/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=trackcontroller/game.ws">The Track Controller</a></div>
<div class="gamedesc">Push the pieces into place to finish your train track.</div>
<div class="genre"><div><a href="gamelistcdb9.html?genreBox=puzzle">Puzzle</a></div></div>
<div class="links">
<a class="buttonInfo" href="info9e85.html?game=trackcontroller"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=trackcontroller/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=36cardtrick/game.ws">
<img src="img/images/game/36cardtrick/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=36cardtrick/game.ws">Thirty-Six Card Trick</a></div>
<div class="gamedesc">The classic pair-matching game <20> with a slight twist.</div>
<div class="genre"><div><a href="gamelistcdb9.html?genreBox=puzzle">Puzzle</a></div></div>
<div class="links">
<a class="buttonInfo" href="infoa6bf.html?game=36cardtrick"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=36cardtrick/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://tomb1.funorb.com/g=tombracer/game.ws">
<img src="img/images/game/tombracer/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://tomb1.funorb.com/g=tombracer/game.ws">Tomb Racer</a></div>
<div class="gamedesc">Race online in the Tortuous Temples of Torment</div>
<div class="genre"><div><a href="gamelist0e56.html?genreBox=action">Action</a></div></div>
<div class="links">
<a class="buttonInfo" href="infoc12d.html?game=tombracer"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://tomb1.funorb.com/g=tombracer/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=torchallenge/game.ws">
<img src="img/images/game/torchallenge/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=torchallenge/game.ws">Tor Challenge</a></div>
<div class="gamedesc">Conquer the towers and attain enlightenment.</div>
<div class="genre"><div><a href="gamelist0e56.html?genreBox=action">Action</a></div></div>
<div class="links">
<a class="buttonInfo" href="infodbb4.html?game=torchallenge"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=torchallenge/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=torquing/game.ws">
<img src="img/images/game/torquing/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=torquing/game.ws">Torquing!</a></div>
<div class="gamedesc">Momentum and hamsters don't mix <20> except here!</div>
<div class="genre"><div><a href="gamelist0e56.html?genreBox=action">Action</a></div></div>
<div class="links">
<a class="buttonInfo" href="info40f7.html?game=torquing"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=torquing/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=transmogrify/game.ws">
<img src="img/images/game/transmogrify/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=transmogrify/game.ws">Transmogrify</a></div>
<div class="gamedesc">Anagrams aplenty in this quiz-show-themed puzzler.</div>
<div class="genre"><div><a href="gamelistcdb9.html?genreBox=puzzle">Puzzle</a></div></div>
<div class="links">
<a class="buttonInfo" href="info5f6e.html?game=transmogrify"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=transmogrify/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://vertigoii2.funorb.com/g=vertigo2/game.ws">
<img src="img/images/game/vertigo2/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://vertigoii2.funorb.com/g=vertigo2/game.ws">Vertigo 2</a></div>
<div class="gamedesc">Paint the blocks purple in this 3D platform game.</div>
<div class="genre"><div><a href="gamelist0e56.html?genreBox=action">Action</a></div></div>
<div class="links">
<a class="buttonInfo" href="infod962.html?game=vertigo2"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://vertigoii2.funorb.com/g=vertigo2/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://virogrid2.funorb.com/g=virogrid/game.ws">
<img src="img/images/game/virogrid/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://virogrid2.funorb.com/g=virogrid/game.ws">Virogrid</a></div>
<div class="gamedesc">Dominate the grid to achieve victory.</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="infod3a1.html?game=virogrid"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://virogrid2.funorb.com/g=virogrid/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=wizardrun/game.ws">
<img src="img/images/game/wizardrun/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=wizardrun/game.ws">Wizard Run</a></div>
<div class="gamedesc">Fling stars at your enemies in this fun platform game.</div>
<div class="genre"><div><a href="gamelist0e56.html?genreBox=action">Action</a></div></div>
<div class="links">
<a class="buttonInfo" href="infoac1d.html?game=wizardrun"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=wizardrun/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=zombiedawn/game.ws">
<img src="img/images/game/zombiedawn/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://mggameserver6.funorb.com/g=zombiedawn/game.ws">Zombie Dawn</a></div>
<div class="gamedesc">Mastermind an invasion of the undead.</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="info6091.html?game=zombiedawn"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://mggameserver6.funorb.com/g=zombiedawn/game.ws">Play</a>
</div>
</div>
</div>
<div class="gamelistentry" style="display:none;">
<div class="gameimage">
<a onclick="suffixize(this)" href="http://zombiemulti1.funorb.com/g=zombiedawnmulti/game.ws">
<img src="img/images/game/zombiedawnmulti/small.jpg" alt="" />
</a>
</div>
<div class="gametext">
<div class="gametitle"><a onclick="suffixize(this)" href="http://zombiemulti1.funorb.com/g=zombiedawnmulti/game.ws">Zombie Dawn Multi</a></div>
<div class="gamedesc">Fight of the living dead: capture humans for your evil research!</div>
<div class="genre"><div><a href="gamelist94fa.html?genreBox=strategy">Strategy</a></div></div>
<div class="links">
<a class="buttonInfo" href="info862b.html?game=zombiedawnmulti"></a>
<a onclick="suffixize(this)" class="buttonPlaySmall" href="http://zombiemulti1.funorb.com/g=zombiedawnmulti/game.ws">Play</a>
</div>
</div>
</div>
<br class="clear" />
</div>
</div>
</div>
</div>
<div class="sectionFooter"><div></div></div>
</div>
</div>
</div>
</div>
<div id="copyRight">
<div id="languagefooter">
Select your language:&nbsp;
<a href="index-2.html"><img alt="
English" src="img/images/layout/en.gif">
English</a>
<a href="l%3d1/index.html"><img alt="
Deutsch" src="img/images/layout/de.gif">
Deutsch</a>
<a href="l%3d2/index.html"><img alt="
Fran&ccedil;ais" src="img/images/layout/fr.gif">
Fran&ccedil;ais</a>
<a href="l%3d3/index.html"><img alt="
Portugu&ecirc;s (BR)" src="img/images/layout/br.gif">
Portugu&ecirc;s (BR)</a>
</div>
<div class="cr">
<p>
Copyright <20> 2008 - 2010 Jagex Ltd. Jagex and FunOrb are registered trademarks of Jagex Ltd in the
United Kingdom and trademarks used in other countries of the world.
</p>
<p>
By using our service you are agreeing to our <a href="terms/terms.html" name="terms">Terms &amp; Conditions</a> and <a href="privacy/privacy.html" name="privacy">Privacy Policy</a>.
</p>
</div>
<div id="jagex">
<a href="../www.jagex.com/index.html" target="_blank"><img src="img/images/layout/jagex_footerc4ca.gif?1" alt="Jagex logo" /></a>
</div>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<img src="http://media.fastclick.net/w/tre?ad_id=19818;evt=12314;cat1=12977;cat2=13202" alt="" style="position: absolute; left: -9999px; top: -9999px; z-index: -999; width: 1px; height: 1px; border: 0;" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol)?"https://ssl.":"http://www.");
document.write(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var _pageTracker=_gat._getTracker("UA-2058817-13");
_pageTracker._setDomainName(".funorb.com");
_pageTracker._trackPageview();
}catch(x){}
</script>
<script type="text/javascript">
try {
var pageTracker=_gat._getTracker("UA-2058817-3");
pageTracker._setDomainName(".funorb.com");
pageTracker._trackPageview();
}catch(x){}
</script>
</body>
<!-- Mirrored from www.funorb.com/gamelist.ws?genreBox=shooter by HTTrack Website Copier/3.x [XR&CO'2010], Sun, 18 Jul 2010 10:52:56 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"><!-- /Added by HTTrack -->
</html>