document.writeln("<font face=tahoma size=2><b><center>Recommended Related Software Titles</center></b><p>");
function item1()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/games/game6487.html'><b>Aqualines 1.0</b></a> - Form a row of three identical sea creatures.<br>");
}

function item2()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/games/game11305.html'><b>ArcaMania 2 2.1</b></a> - Brick-busting arkanoid,more than 100 levels!<br>");
}

function item3()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/games/game7852.html'><b>Black Star: First Attack 1.62</b></a> - Space shooter with ship upgrading .<br>");
}

function item4()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/games/game5403.html'><b>CycleMan 3.0</b></a> - Combination of two original arcade games.<br>");
}

function item5()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/games/game10140.html'><b>Funny Chewer 1.5</b></a> - 3D captivating Pacman remake for everyone!<br>");
}

function item6()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/games/game10298.html'><b>Galactic Teddy 1.2</b></a> - Captivating new 3D Bomber game for everybody!<br>");
}

function item7()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/games/game10570.html'><b>Galactic Teddy 2 : Back to home 1.5</b></a> - Greatly addictive, original, 3d Bomber clone<br>");
}

function item8()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/games/game10522.html'><b>Snake Hunt v 0.1b</b></a> - Snake Hunt 1.0b game.<br>");
}

function item9()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/games/game9783.html'><b>Sprinkling Can 1.00a</b></a> - 3d shaded Arkanoid clone with ice and cola<br>");
}

function item10()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/games/game13059.html'><b>Starship Ranger 1.7</b></a> - New 3d cosmic super hit of intergalactic war<br>");
}

var i = 1;
var xarray = new Array(6);
var t;
var ranNum;

xarray[1]=0;
xarray[2]=0;
xarray[3]=0;
xarray[4]=0;
xarray[5]=0;
xarray[6]=0;

do
{
ranNum= Math.floor(Math.random()*10)+1;

if(ranNum==1)
	{

	for (t = 1; t < 6; t++)
		{
		
if (xarray[t]==1)
			
			{
			break;
			}

		if (t==i)
			{
			item1();
			xarray[i]=1;
			i++;
			break;
			}
		}
	}

if(ranNum==2)
	{

	for (t = 1; t < 6; t++)
		{
		
if (xarray[t]==2)
			
			{
			break;
			}

		if (t==i)
			{
			item2();
			xarray[i]=2;
			i++;
			break;
			}
		}
	}

if(ranNum==3)
	{

	for (t = 1; t < 6; t++)
		{
		
if (xarray[t]==3)
			
			{
			break;
			}

		if (t==i)
			{
			item3();
			xarray[i]=3;
			i++;
			break;
			}
		}
	}

if(ranNum==4)
	{

	for (t = 1; t < 6; t++)
		{
		
if (xarray[t]==4)
			
			{
			break;
			}

		if (t==i)
			{
			item4();
			xarray[i]=4;
			i++;
			break;
			}
		}
	}

if(ranNum==5)
	{

	for (t = 1; t < 6; t++)
		{
		
if (xarray[t]==5)
			
			{
			break;
			}

		if (t==i)
			{
			item5();
			xarray[i]=5;
			i++;
			break;
			}
		}
	}

if(ranNum==6)
	{

	for (t = 1; t < 6; t++)
		{
		
if (xarray[t]==6)
			
			{
			break;
			}

		if (t==i)
			{
			item6();
			xarray[i]=6;
			i++;
			break;
			}
		}
	}

if(ranNum==7)
	{

	for (t = 1; t < 6; t++)
		{
		
if (xarray[t]==7)
			
			{
			break;
			}

		if (t==i)
			{
			item7();
			xarray[i]=7;
			i++;
			break;
			}
		}
	}

if(ranNum==8)
	{

	for (t = 1; t < 6; t++)
		{
		
if (xarray[t]==8)
			
			{
			break;
			}

		if (t==i)
			{
			item8();
			xarray[i]=8;
			i++;
			break;
			}
		}
	}

if(ranNum==9)
	{

	for (t = 1; t < 6; t++)
		{
		
if (xarray[t]==9)
			
			{
			break;
			}

		if (t==i)
			{
			item9();
			xarray[i]=9;
			i++;
			break;
			}
		}
	}

if(ranNum==10)
	{

	for (t = 1; t < 6; t++)
		{
		
if (xarray[t]==10)
			
			{
			break;
			}

		if (t==i)
			{
			item10();
			xarray[i]=10;
			i++;
			break;
			}
		}
	}

}
while (i <= 5)

document.writeln("</font>");
