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/utilities/util12392.html'><b>007 Spy Software 3.01</b></a> - Track user activity and send logs via email.<br>");
}

function item2()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util8545.html'><b>NetVizor 3.10</b></a> - Centralized Network Surveillance Software<br>");
}

function item3()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util9136.html'><b>SpyAgent 4.4</b></a> - Powerful Monitoring and Surveillance Software<br>");
}

function item4()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util10748.html'><b>SpyAnytime PC Spy 2.08</b></a> - Secretly record user's activity on computer.<br>");
}

function item5()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util9137.html'><b>SpyAnywhere 2.12</b></a> - Superior Web-Based Remote PC Administration<br>");
}

function item6()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util9138.html'><b>SpyAOL 1.01</b></a> - Powerful AOL PC Surveillance Software<br>");
}

function item7()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util14358.html'><b>SpyMyPC 2.0</b></a> - Easy to use yet powerful monitoring solution<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()*7)+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;
			}
		}
	}

}
while (i <= 5)

document.writeln("</font>");
