1. This forum is in read-only mode.

I need a website design made!!!

Discussion in 'General Discussion' started by hbworld, Apr 23, 2010.

  1. hbworld

    hbworld Member

    Hey

    I am wanting to run my own website. However i am sick of FREE WEBSITE TEMPLATES!! which are realllyyyyy bad!

    I am wondering if any designers could design a pretty cool looking php/html site.

    Its a Community driven homebrew site just to let you know.

    I have the host/server ect ready.

    Any designers are kind enough to do this please???!

    Thanks.

    if you do this, i would be happy to place an ad that pays you when the sites up and running. Its up to you.
     
  2. king_leo

    king_leo Well-Known Member

    not mine but here:
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Title goes here</title>
    <style type="text/css">
    a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
    }
    
    a:hover {
    color: blue;
    text-decoration: underline;
    }
    
    body {
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    background-color:#191970;
    text-align: center; 
    border: 0px solid #000000;
    }
    
    #banner { 
    font-family: Arial;
    color: #000000;
    width:900px;
    height:150px;
    font-size: 15px;
    background-color:#CCCCFF;
    text-align: center;
    }
    
    #left { 
    font-family: Arial;
    color: #000000;
    background-color:#CCCCFF;
    text-align: center;
    border: 1px solid #000000;
    width:145px;
    float: left;
    margin-top: 5px;
    }
    
    #main { 
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    background-color:#CCCCFF;
    border: 1px solid #000000;
    width: 600px;
    margin-top: 5px;
    margin-left: 2px;
    float: left;
    }
    
    #right { 
    font-family: Arial;
    color: #000000;
    background-color:#CCCCFF;
    text-align: center;
    border: 1px solid #000000;
    width:145px;
    margin-top: 5px;
    float: right;
    
    }
    
    #disclaimer { 
    font-family: Arial;
    color: #000000;
    width:600px;
    height:70px;
    background-color:#CCCCFF;
    text-align:center;
    border: 1px solid #000000;
    clear: both;
    margin-top: 2px;
    margin-left: 203px;
    margin-right: 145px;
    }
    
    #container {
    width: 900px;
    border: 3px solid #000000;
    text-align: center;
    background-color:#CCCCFF;
    margin: auto; }
    
    
    h5 {
    font-family: Arial; 
    font-size: 12px; 
    color: #000000; 
    font-weight: bold; 
    text-align: center; 
    border-style:solid;
    border-width:1px;
    background-color:#6050DC; 
    margin:2px;
    }
    
    h6 {
    font-family: Arial; 
    font-size: 12px; 
    color: #000000; 
    font-weight: bold; 
    text-align: center; 
    background-color:#CCCCFF;
    margin:3px;
    }
    
    </style>
    </head>
    <body>
    <div id="container">
    <div id="banner"><h1>Banner and/or Title goes here.</h1></div>
    <div id="left">
    <h5>Heading</h5>
    <h6>
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    </h6>
    
    
    <h5>Heading</h5>
    <h6>
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    </h6>
    
    
    <h5>Heading</h5>
    <h6>
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    </h6>
    
    
    <h5>Layout By:</h5>
    <h6>
    <a href="http://flygon-hollow.co.cc/">Flygon Hollow</a>
    </h6>
    </div>
    <div id="main"><h5>Page Title here</h5>
    <h6>Hello, If you like this layout, here's the source code:
    
    So, just be sure to give credit. :)</h6></div>
    <div id="right">
    <h5>Heading</h5>
    <h6>
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    </h6>
    
    
    <h5>Heading</h5>
    <h6>
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    </h6>
    
    
    <h5>Heading</h5>
    <h6>
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    <a href="#">Link</a>
    
    </h6>
    
    
    <h5>Layout By:</h5>
    <h6>
    <a href="http://flygon-hollow.co.cc/">Flygon Hollow</a>
    </h6>
    </div>
    <div id="disclaimer">
    <h5>Disclaimer:</h5>
    <h6>Your Disclaimer goes here...</h6>
    </div>
    </div>
    </body>
    </html>
    and can you just make a ad for http://www.youtube.com/user/king0leo please
     
  3. hbworld

    hbworld Member

    Can you give me a picture of what that template actually looks like??

    Thanks.
     
  4. king_leo

    king_leo Well-Known Member

    http://flygon-hollow.co.cc/freelay1.php
     
  5. Natewlie

    Natewlie A bag of tricks

    I've just finished playing around with Dreamweaver, if you want the code just PM me. This took me a lot of work so I hope you like it.

    [​IMG]
     
  6. king_leo

    king_leo Well-Known Member

    pretty cool theme
     
  7. hbworld

    hbworld Member

    a litt;e to messy. king, your one is ok...
     
  8. Seph

    Seph Administrator Staff Member

    So you take a horrible design from another site, and ask him to make an ad for you? Yeah. That makes sense.
     
  9. Natewlie

    Natewlie A bag of tricks

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    	<title>Download: NDS ROM | Currently Listing Page 1</title>
    	<meta name="description" content="Download listing of: NDS ROM | Currently Listing Page 1" />
    	<meta name="keywords" content="ROM,NDS ROM,NDS,Page1" />
    	<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
    	<link rel="stylesheet" type="text/css" href="/system/views/Generation4/media/styles/style.css?ver=16" />
    	<link rel="stylesheet" type="text/css" href="/system/views/Generation4/media/styles/style-print.css?ver=1" media="print" />
    	<link rel="alternate" type="application/rss+xml" title="Latest ROM Additions" href="https://www.romulation.org/feed/latest/" />
    
    	<link rel="alternate" type="application/rss+xml" title="RomUlation Community - RSS" href="http://forum.romulation.net/index.php?type=rss;action=.xml" />
    	<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="/system/views/Generation4/media/styles/style-ie6.css" /><![endif]-->
    	<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/system/views/Generation4/media/styles/style-ie7.css" /><![endif]-->
    	<script type="text/javascript" src="/system/views/Generation4/media/scripts/mootools.js?ver=2"></script>
    </head>
    <body>
    <div>
    	<div id="header">
    		<div class="wrap">
    			<div class="logo"><a href="/" title="Return to RomUlation frontpage"></a></div>
    
    			<div class="userarea">
    							<div class="logged">
    					<div class="username">Hello <a href="/user/profile/550418/">Natewlie</a>, welcome to RomUlation!</div><!-- Play with margin-top if you want to add text below-->
    					<div class="links">
    												<a href="/user/settings/">Settings</a>
    						<a href="/user/logout/">Log out</a>
    
    					</div>
    					<div class="text">
    						<p></p>
    					</div>
    				</div>
    							</div>
    		</div>
    	</div>
    
    	<!-- Navigation starts here -->
    
    	<div id="navigation">
    		<div class="wrap">
    
    			<!-- Main menu starts here -->
    
    			<div class="mainmenu">
    				<div class="menu" id="noscript_menu">
    					<ul>
    
    						<li> <!-- Home -->
    							<a class="hide main home" href="" id="menu_home" title="Home"></a>
    							<!--[if lte IE 6]>
    							<a class="main home" href=""  title="Home">
    							<table><tr><td>
    							<![endif]-->
    								<div class="sec home" id="menu_sec_home">
    									<a href="/">Frontpage</a>
    									<a href="/introduction/">Introduction</a>
    									<a href="/friends/">Affiliates</a>
    
    									<a href="/donators/">Donators</a>
    									<a href="/contact/">Contact</a>
    									<a href="http://www.twitter.com/RomUlation">Twitter</a>
    								</div>
    							<!--[if lte IE 6]>
    							</td></tr></table>
    							</a>
    							<![endif]-->
    						</li>
    						<li> <!-- Downloads -->
    
    							<a class="hide main downloads" href="" id="menu_downloads" title="Downloads"></a>
    							<!--[if lte IE 6]>
    							<a class="main downloads" href="" title="Downloads">
    							<table><tr><td>
    							<![endif]-->
    								<div class="sec downloads" id="menu_sec_downloads">
    									<a href="/GBA/">Gameboy Advance</a>
    									<a href="/NDS/">Nintendo DS</a>
    									<a href="/N64/">Nintendo 64</a>
    									<a href="/PSX/">Playstation</a>
    
    									<a href="/GameCube/">GameCube</a>
    									<a href="/Dreamcast/">Dreamcast</a>
    									<a href="/Sega_Saturn/">Sega Saturn</a>
    									<a href="/Retro/">Retro/Other</a>
    									<a href="/downloads/search/">Search</a>
    								</div>
    
    							<!--[if lte IE 6]>
    							</td></tr></table>
    							</a>
    							<![endif]-->
    						</li>
    						<li> <!-- Releases -->
    							<a class="hide main releases" href="" id="menu_releases" title="Releases"></a>
    							<!--[if lte IE 6]>
    							<a class="main releases" href="" title="Releases">
    							<table><tr><td>
    							<![endif]-->
    								<div class="sec releases" id="menu_sec_releases">
    									<a href="/releases/">Upcoming</a>
    									<a href="/releases/archive/">Archive</a>
    
    								</div>
    							<!--[if lte IE 6]>
    							</td></tr></table>
    							</a>
    							<![endif]-->
    						</li>
    						<li> <!-- Forum -->
    							<a class="hide main forum" href="" id="menu_forum" title="Forum"></a>
    							<!--[if lte IE 6]>
    							<a class="main forum" href="" title="Forum">
    							<table><tr><td>
    							<![endif]-->
    								<div class="sec forum" id="menu_sec_forum">
    									<a href="http://forum.romulation.net/">Go to forum</a>
    
    									<a href="http://forum.romulation.net/index.php?action=profile">Forum profile</a>
    									<a href="http://forum.romulation.net/index.php?topic=4313.0">Forum rules</a>
    								</div>
    							<!--[if lte IE 6]>
    							</td></tr></table>
    							</a>
    							<![endif]-->
    						</li>
    					</ul>
    				</div>
    				<script type="text/javascript">
    				// Hides the CSS version of the main menu, except in IE6 where maxHeight is not supported
    				if (typeof document.body.style.maxHeight != "undefined") {
    					$('noscript_menu').set('class', 'menu_java');
    					window.addEvent('domready',function() {
    						new evilMenu({index: 'downloads'});
    					});
    				}
    				</script>
    
    			</div>
    
    			<!-- Main menu ends here -->
    
    			<!-- Options menu starts here -->
    
    			<div class="optionsmenu">
    				<div class="options" id="noscript_options">
    					<ul>
    						<li> <!-- Share -->
    
    							<a class="hide main share" href="" id="options_share">Share</a>
    							<!--[if lte IE 6]>
    							<a class="main share" href="" id="options_share">Share
    							<table><tr><td>
    							<![endif]-->
    								<div class="sec share" id="sec_share">
    									<a href="" class="icon facebook" title="Share on Facebook"></a>
    									<a href="" class="icon twitter" title="Spread the word on Twitter"></a>
    									<a href="" class="icon myspace" title="Share on MySpace"></a>
    									<a href="" class="icon delicious" title="Bookmark on Delicious"></a>
    									<a href="" class="icon stumbleupon" title="Stumle this site"></a>
    
    									<a href="" class="icon digg" title="Digg this site"></a>
    									<a href="" class="icon friendfeed" title="Share on Friendfeed"></a>
    									<a href="" class="icon mixx" title="Share on Mixx"></a>
    									<a href="" class="icon tumblr" title="Publish on Tumblr"></a>
    									<a href="" class="icon email" title="Email to a friend"></a>
    								</div>
    							<!--[if lte IE 6]>
    							</td></tr></table>
    							</a>
    							<![endif]-->
    						</li>
    						<li> <!-- Search -->
    
    							<a class="hide main search" href="/downloads/search/" id="options_search">Search</a>
    							<!--[if lte IE 6]>
    							<a class="main search" href="/downloads/search/" id="options_search">Search
    							<table><tr><td>
    							<![endif]-->
    								<form action="/downloads/search/" method="post" enctype="application/x-www-form-urlencoded">
    								<div class="sec search" id="sec_search">
    									<input type="text" name="q" class="text left" value="Search here..." onfocus="if (this.value == 'Search here...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search here...';}" />
    									<input type="hidden" name="system" value="NDS" />									<input type="submit" class="submit left" value="" />
    								</div>
    								</form>
    
    							<!--[if lte IE 6]>
    							</td></tr></table>
    							</a>
    							<![endif]-->
    						</li>
    					</ul>
    				</div>
    				<script type="text/javascript">
    				// Hides the CSS version of the options menu, except in IE6 where maxHeight is not supported
    				if (typeof document.body.style.maxHeight != "undefined") {
    					$('noscript_options').set('class', 'options_java');
    					$('options_search').set('class', 'hide main searchsel');
    					$('sec_search').set('class', 'sec searchsel');
    
    				} else {
    
    				}
    
    				// Focus on proper menu
    
    				</script>
    			</div>
    
    			<!-- Options menu ends here -->
    
    		</div>
    	</div>
    
    	<!-- Navigation ends here -->
    	<div id="content">
    		<div class="wrap"><form method="post" enctype="application/x-www-form-urlencoded" action="">
    <div id="sorting" class="left">
    <h1>Sort By</h1>
    	<select name="sort_by">
    		<option value="filename" >Alphabetically</option>
    
    		<option value="filesize" >Filesize</option>
    		<option value="release_id" selected="selected">Release ID</option>
    		<option value="hits" >Downloads</option>
    		<option value="rating" >Rating</option>
    	</select>
    	<select name="sort_type">
    		<option value="ASC" >Ascending</option>
    
    		<option value="DESC" >Descending</option>
    	</select>
    </div>
    <div id="filterContainer" class="left">
    	<h1>
    		Filter		<img src="/system/views/Generation4/media/images/icons/help.png" id="filterhelp" class="toolTipElement" alt="Help" width="16" height="16" />
    		<img src="/system/views/Generation4/media/images/icons/add.png" id="addFilter" class="clickable" alt="Add" width="16" height="16" />
    	</h1>
    </div>
    
    <div class="cl" style="margin-bottom: 5px;"></div>
    <div style="display:none;">
    	<img src="/system/views/Generation4/media/images/icons/delete.png" id="deleteButton" class="clickable" alt="Delete" width="16" height="16" />
    	<select id="filters">
    		<option value="region">Region</option>
    		<option value="genre">Genre</option>
    		<option value="starting_letter">Starting Letter</option>
    		<option value="minimum_ratings">Minimum Ratings</option>
    
    		<option value="minimum_filesize">Minimum Filesize (MB)</option>
    		<option value="maximum_filesize">Maximum Filesize (MB)</option>
    	</select>
    	<select id="region">
    		<option value="E" >Europe</option>
    		<option value="U" >USA</option>
    		<option value="J" >Japan</option>
    
    		<option value="F" >France</option>
    		<option value="G" >Germany</option>
    		<option value="I" >Italy</option>
    		<option value="K" >Korea</option>
    		<option value="N" >Netherlands</option>
    		<option value="S" >Spain</option>
    
    	</select>
    	<select id="genre">
    	<option value="Action">Action</option><option value="Adventure">Adventure</option><option value="Application">Application</option><option value="Arcade">Arcade</option><option value="Breeding">Breeding</option><option value="Cards">Cards</option><option value="Digital Novel">Digital Novel</option><option value="Educational">Educational</option><option value="Fighting">Fighting</option><option value="First Person">First Person</option><option value="Kid Friendly">Kid Friendly</option><option value="Music">Music</option><option value="Platformer">Platformer</option><option value="Puzzle">Puzzle</option><option value="Racing">Racing</option><option value="Real Time">Real Time</option><option value="Roleplaying">Roleplaying</option><option value="Shooter">Shooter</option><option value="Simulation">Simulation</option><option value="Sport">Sport</option><option value="Strategy">Strategy</option><option value="Survival">Survival</option><option value="Third Person">Third Person</option><option value="Turned Based">Turned Based</option><option value="Video">Video</option>	</select>
    
    	<select id="starting_letter">
    	<option value="A" >A</option><option value="B" >B</option><option value="C" >C</option><option value="D" >D</option><option value="E" >E</option><option value="F" >F</option><option value="G" >G</option><option value="H" >H</option><option value="I" >I</option><option value="J" >J</option><option value="K" >K</option><option value="L" >L</option><option value="M" >M</option><option value="N" >N</option><option value="O" >O</option><option value="P" >P</option><option value="Q" >Q</option><option value="R" >R</option><option value="S" >S</option><option value="T" >T</option><option value="U" >U</option><option value="V" >V</option><option value="W" >W</option><option value="X" >X</option><option value="Y" >Y</option><option value="Z" >Z</option>	</select>
    
    	<input type="text" id="minimum_ratings" />
    	<input type="text" id="minimum_filesize" />
    	<input type="text" id="maximum_filesize" />
    </div>
    <div>
    	<input type="submit" value="Apply" class="submit" />
    </div>
    </form>
    
    <script type="text/javascript">
    window.addEvent('domready',function() {
    	var filter = new evilFilter({removeIcon: '/system/views/Generation4/media/images/icons/delete.png'});
    		$('filterhelp').store('tip:title', 'Filters');
    	$('filterhelp').store('tip:text', "Filters exclude ROMs from being shown in the list as opposed to just sorting it. For instance, you can choose to show ROMs from only USA and Europe with minimum 5 ratings.");
    	new Tips($$('.toolTipElement'), {
    			timeOut: 700,
    			maxOpacity: .9
    		});
    });
    </script>
    	<div style="text-align: center;" class="ad">
    		<script type='text/javascript'><!--//<![CDATA[
    		   var m3_u = (location.protocol=='https:'?'https://d1.openx.org/ajs.php':'http://d1.openx.org/ajs.php');
    		   var m3_r = Math.floor(Math.random()*99999999999);
    		   if (!document.MAX_used) document.MAX_used = ',';
    		   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
    		   document.write ("?zoneid=87711&amp;charset=UTF-8");
    		   document.write ('&amp;cb=' + m3_r);
    		   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
    		   document.write ('&amp;charset=UTF-8');
    		   document.write ("&amp;loc=" + escape(window.location));
    		   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
    		   if (document.context) document.write ("&context=" + escape(document.context));
    		   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
    		   document.write ("'><\/scr"+"ipt>");
    		//]]>--></script>
    
    	</div>
    		<div class="pagination">
    		<ul>
    		<li class="currentpage"><a href="">1</a></li><li><a href="1/">2</a></li><li><a href="2/">3</a></li><li><a href="3/">4</a></li><li><a href="4/">5</a></li><li><a href="5/">6</a></li><li><a href="6/">7</a></li><li><a href="7/">8</a></li><li><a href="8/">9</a></li><li><a href="9/">10</a></li><li><a href="10/">11</a></li><li><a href="11/">12</a></li><li><a href="12/">13</a></li><li><a href="13/">14</a></li><li><a href="14/">15</a></li><li><a href="15/">16</a></li><li><a href="1/">Next</a></li><li><a href="96/">Last</a></li>		</ul>
    
    	</div>
    	<h1>NDS ROMs</h1>
    	<table id="roms">
    		<thead>
    			<tr>
    				<th class="first">File Name</th>
    				<th>Region</th>
    
    				<th>Downloads</th>
    				<th>Rating</th>
    			</tr>
    		</thead>
    		<tbody>
    					<tr>
    				<td class="first"><a href="/NDS/4845_-_Wordmaster_(E)(BAHAMUT).rar.html/">4845 - Wordmaster (E)(BAHAMUT)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>579</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4844_-_Im_A_Celebrity_Get_Me_Out_of_Here_(E)(BAHAMUT).rar.html/">4844 - Im A Celebrity Get Me Out of Here (E)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>587</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4843_-_Naruto_Shippuden_Ninjutsu_Zenkai_Chacrash_(J)(BAHAMUT).rar.html/">4843 - Naruto Shippuden Ninjutsu Zenkai Chacrash (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>805</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4842_-_Zero_kara_Kantan_Chuugokugo_DS_(J)(BAHAMUT).rar.html/">4842 - Zero kara Kantan Chuugokugo DS (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>161</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4841_-_Wantame_Music_Channel_Dokodemo_Style_(J)(BAHAMUT).rar.html/">4841 - Wantame Music Channel Dokodemo Style (J)(BAHAMUT)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>196</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4840_-_Mahjong_Haoh_DS_Dankyuu_Battle_(J)(BAHAMUT).rar.html/">4840 - Mahjong Haoh DS Dankyuu Battle (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>255</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4839_-_Scotland_Yard_(E)(M3)(DSperate).rar.html/">4839 - Scotland Yard (E)(M3)(DSperate)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>534</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4838_-_Maths_Buddy_Class_6_(E)(M3)(DSperate).rar.html/">4838 - Maths Buddy Class 6 (E)(M3)(DSperate)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>6</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4837_-_Maths_Buddy_Class_5_(E)(M3)(DSperate).rar.html/">4837 - Maths Buddy Class 5 (E)(M3)(DSperate)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>6</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4836_-_Beat_City_(U)(BAHAMUT).rar.html/">4836 - Beat City (U)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="USA"><span class="flag flag_USA"></span></td>
    				<td>4001</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4835_-_How_to_Train_Your_Dragon_(E)(M2)(BAHAMUT).rar.html/">4835 - How to Train Your Dragon (E)(M2)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>4476</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4834_-_Puzzle_GEO_(E)(BAHAMUT).rar.html/">4834 - Puzzle GEO (E)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>2533</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4833_-_K11_Kommissare_im_Einsatz_(G)(BAHAMUT).rar.html/">4833 - K11 Kommissare im Einsatz (G)(BAHAMUT)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Germany"><span class="flag flag_Germany"></span></td>
    				<td>188</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4832_-_Again_(U)(BAHAMUT).rar.html/">4832 - Again (U)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="USA"><span class="flag flag_USA"></span></td>
    				<td>11217</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4831_-_Make-up_Paradise_(K)(BAHAMUT).rar.html/">4831 - Make-up Paradise (K)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Korea"><span class="flag flag_Korea"></span></td>
    				<td>1516</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4830_-_Yu-Gi-Oh_5Ds_Stardust_Accelerator_World_Championship_2009_v1.1_(K)(BAHAMUT).rar.html/">4830 - Yu-Gi-Oh 5Ds Stardust Accelerator World Championship 2009 v1.1 (K)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Korea"><span class="flag flag_Korea"></span></td>
    				<td>1178</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4829_-_Mario_Party_DS_v1.1_(J)(BAHAMUT).rar.html/">4829 - Mario Party DS v1.1 (J)(BAHAMUT)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1309</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4828_-_Build_A_Bear_Workshop_Welcome_To_Hugsville_(U)(Xenophobia).rar.html/">4828 - Build A Bear Workshop Welcome To Hugsville (U)(Xenophobia)</a></td>
    				<td class="toolTipElement" title="Region" abbr="USA"><span class="flag flag_USA"></span></td>
    				<td>6214</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4827_-_Tekipaki_Kyuukyuu_Kyuuhen_Training_DS_(J)(BAHAMUT).rar.html/">4827 - Tekipaki Kyuukyuu Kyuuhen Training DS (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1670</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4826_-_Saku_Saku_Jinkou_Kokyuu_Care_Training_DS_(J)(BAHAMUT).rar.html/">4826 - Saku Saku Jinkou Kokyuu Care Training DS (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1613</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4825_-_Benjamin_Bluemchen_Vorschulspass_(G)(iND).rar.html/">4825 - Benjamin Bluemchen Vorschulspass (G)(iND)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Germany"><span class="flag flag_Germany"></span></td>
    				<td>1613</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4824_-_Squishy_Tank_(U)(BAHAMUT).rar.html/">4824 - Squishy Tank (U)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="USA"><span class="flag flag_USA"></span></td>
    				<td>7484</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4823_-_Marie_and_Gali_no_Lets_Science_(J)(BAHAMUT).rar.html/">4823 - Marie and Gali no Lets Science (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>2279</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4822_-_Zhu_Zhu_Pets_(U)(Xenophobia).rar.html/">4822 - Zhu Zhu Pets (U)(Xenophobia)</a></td>
    				<td class="toolTipElement" title="Region" abbr="USA"><span class="flag flag_USA"></span></td>
    				<td>10015</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4821_-_Hudson_x_GReeeeN_Live_DeeeeS_(J)(BAHAMUT).rar.html/">4821 - Hudson x GReeeeN Live DeeeeS (J)(BAHAMUT)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>4441</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4820_-_Touch_Man_to_Man_Gicho_Yeongeo_(K)(2CH).rar.html/">4820 - Touch Man to Man Gicho Yeongeo (K)(2CH)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Korea"><span class="flag flag_Korea"></span></td>
    				<td>5041</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4819_-_Sengoku_Spirits_Shukunden_(J)(BAHAMUT).rar.html/">4819 - Sengoku Spirits Shukunden (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1499</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4818_-_Sengoku_Spirits_Moushouden_(J)(BAHAMUT).rar.html/">4818 - Sengoku Spirits Moushouden (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1345</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4817_-_Daigassou_Band_Brothers_DX_v1.1_(J)(BAHAMUT).rar.html/">4817 - Daigassou Band Brothers DX v1.1 (J)(BAHAMUT)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>2157</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4816_-_200_Mannin_no_Kanken_v1.1_(J)(BAHAMUT).rar.html/">4816 - 200 Mannin no Kanken v1.1 (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1936</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4815_-_Pet_Shop_Monogatari_DS_2_(J)(HR).rar.html/">4815 - Pet Shop Monogatari DS 2 (J)(HR)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1874</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4814_-_Kodawari_Saihai_Simulation_Ochanoma_Pro_Yakyuu_DS_2010_Nendoban_(J)(HR).rar.html/">4814 - Kodawari Saihai Simulation Ochanoma Pro Yakyuu DS 2010 Nendoban (J)(HR)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1358</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4813_-_Asonde_Igo_ga_Sarani_Tsuyokunaru_Ginsei_Igo_DS_Chuukyuuhen_(J)(HR).rar.html/">4813 - Asonde Igo ga Sarani Tsuyokunaru Ginsei Igo DS Chuukyuuhen (J)(HR)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1191</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4812_-_Hakuouki_DS_(J)(BAHAMUT).rar.html/">4812 - Hakuouki DS (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>3465</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4811_-_Yukkuri_Tanoshimi_Taijin_no_Jigsaw_Puzzle_DS_-_Watase_Seizou_-_Love_Umi_to_Blue_(J)(BAHAMUT).rar.html/">4811 - Yukkuri Tanoshimi Taijin no Jigsaw Puzzle DS - Watase Seizou - Love Umi to Blue (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1314</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4810_-_Yu-Gi-Oh_5Ds_World_Championship_2010_Reverse_of_Arcadia_(E)(DSperate).rar.html/">4810 - Yu-Gi-Oh 5Ds World Championship 2010 Reverse of Arcadia (E)(DSperate)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>15124</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4809_-_Nicola_Kanshuu_Model_Oshare_Audition_(J)(STORMAN).rar.html/">4809 - Nicola Kanshuu Model Oshare Audition (J)(STORMAN)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>1316</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4808_-_Sekaiju_no_Meikyuu_III_Seikai_no_Raihousha_(J)(BAHAMUT).rar.html/">4808 - Sekaiju no Meikyuu III Seikai no Raihousha (J)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>2137</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4807_-_Mummi_og_de_Mystiske_Hylene_(E)(M4)(iND).rar.html/">4807 - Mummi og de Mystiske Hylene (E)(M4)(iND)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>7101</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4806_-_Up_(E)(M3)(iND).rar.html/">4806 - Up (E)(M3)(iND)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>9626</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4805_-_I_Love_Horses_(E)(M4)(iND).rar.html/">4805 - I Love Horses (E)(M4)(iND)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>6421</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4804_-_Spectral_Force_Genesis_(U)(BAHAMUT).rar.html/">4804 - Spectral Force Genesis (U)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="USA"><span class="flag flag_USA"></span></td>
    				<td>27131</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4803_-_Moe_Moe_Niji_Taisen_Ryaku_2_Chu_Yamato_Nadeshiko_(J)(STORMAN).rar.html/">4803 - Moe Moe Niji Taisen Ryaku 2 Chu Yamato Nadeshiko (J)(STORMAN)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>4852</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4802_-_Der_Gesundheitscoach_Wohlfuehlen_Jeden_Tag_(G)(BAHAMUT).rar.html/">4802 - Der Gesundheitscoach Wohlfuehlen Jeden Tag (G)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Germany"><span class="flag flag_Germany"></span></td>
    				<td>2066</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4801_-_4_Elements_(E)(M2)(BAHAMUT).rar.html/">4801 - 4 Elements (E)(M2)(BAHAMUT)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>11074</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4800_-_Pokemon_SoulSilver_(I)(P2PSAURUS).rar.html/">4800 - Pokemon SoulSilver (I)(P2PSAURUS)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Italy"><span class="flag flag_Italy"></span></td>
    				<td>1747</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4799_-_Pokemon_SoulSilver_(E)(BAHAMUT).rar.html/">4799 - Pokemon SoulSilver (E)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>41790</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    
    						<tr>
    				<td class="first"><a href="/NDS/4798_-_Pokemon_HeartGold_(E)(BAHAMUT).rar.html/">4798 - Pokemon HeartGold (E)(BAHAMUT)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Europe"><span class="flag flag_Europe"></span></td>
    				<td>31106</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4797_-_Lewis_to_Mirai_Dorobou_Wilbur_no_Kiken_na_Jikan_Ryokou_(J)(BAHAMUT).rar.html/">4797 - Lewis to Mirai Dorobou Wilbur no Kiken na Jikan Ryokou (J)(BAHAMUT)</a></td>
    
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>2358</td>
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    						<tr>
    				<td class="first"><a href="/NDS/4796_-_Saraba_Itoshiki_Hitoyo_(J)(HR).rar.html/">4796 - Saraba Itoshiki Hitoyo (J)(HR)</a></td>
    				<td class="toolTipElement" title="Region" abbr="Japan"><span class="flag flag_Japan"></span></td>
    				<td>2608</td>
    
    				<td class="toolTipElement" title="Rating" abbr="0.00/100 with 0 ratings"><ul class="star-rating"><li class="current-rating" style="width:0.00%;"></li></ul></td>
    			</tr>
    					</tbody>
    	</table>
    
    	<script type="text/javascript">
    	window.addEvent('domready',function(){
    		var myTips = new Tips($$('.toolTipElement'), {
    				timeOut: 700,
    				maxTitleChars: 30,
    				maxOpacity: .9,
    				text: 'abbr'
    			});	});
    	</script>
    		<div class="pagination">
    		<ul>
    		<li class="currentpage"><a href="">1</a></li><li><a href="1/">2</a></li><li><a href="2/">3</a></li><li><a href="3/">4</a></li><li><a href="4/">5</a></li><li><a href="5/">6</a></li><li><a href="6/">7</a></li><li><a href="7/">8</a></li><li><a href="8/">9</a></li><li><a href="9/">10</a></li><li><a href="10/">11</a></li><li><a href="11/">12</a></li><li><a href="12/">13</a></li><li><a href="13/">14</a></li><li><a href="14/">15</a></li><li><a href="15/">16</a></li><li><a href="1/">Next</a></li><li><a href="96/">Last</a></li>		</ul>
    
    	</div>
    		<script type='text/javascript'><!--//<![CDATA[
    	   var m3_u = (location.protocol=='https:'?'https://d1.openx.org/ajs.php':'http://d1.openx.org/ajs.php');
    	   var m3_r = Math.floor(Math.random()*99999999999);
    	   if (!document.MAX_used) document.MAX_used = ',';
    	   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
    	   document.write ("?zoneid=91492&amp;target=_blank");
    	   document.write ('&amp;cb=' + m3_r);
    	   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
    	   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
    	   document.write ("&amp;loc=" + escape(window.location));
    	   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
    	   if (document.context) document.write ("&context=" + escape(document.context));
    	   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
    	   document.write ("'><\/scr"+"ipt>");
    	//]]>--></script>
    			</div>
    	</div>
    	<div id="footer">
    		<div class="wrap">
    			<p>Copyright RomUlation 2003 | Code by <a href="/contact/" title="Seph is the programmer behind RomUlation">Seph</a> - Design by <a href="http://www.marcfalk.com" title="Marc Falk is the designer of RomUlation">Marc Falk</a> | </p>
    
    		</div>
    	</div>
    </div>
    <div id="loading" class="hide"><img src="/system/views/Generation4/media/images/icons/ajax-loader.gif" alt="Loading" width="16" height="16" />Loading</div>
    <script type="text/javascript" src="/system/views/Generation4/media/scripts/romulation.js?ver=6"></script>
    <script type="text/javascript">// <![CDATA[
    new OverText($('login_username'), {poll: true});
    new OverText($('login_password'), {poll: true});
    // ]]></script>
    </body>
    </html>
    Use this one.
     
  10. sylar1000

    sylar1000 Well-Known Member

    XD nice