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/util10666.html'><b>Lock Folder XP 3.1</b></a> - Protect your important data with a password.<br>");
}

function item2()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util12336.html'><b>Protect Folder 98 2.0</b></a> - Protect your important data with a password.<br>");
}

function item3()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util7951.html'><b>Screen Guard 2.0</b></a> - Personal computer protection.<br>");
}

function item4()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util12732.html'><b>Security Folder 2.0</b></a> - Hide and protect files, folders and drives!<br>");
}

function item5()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util8671.html'><b>SecurityWorks 4.00</b></a> - Powerful PC Protection and Security Tools<br>");
}

function item6()
{
document.writeln("<a target='_top' href='http://www.thesoftwaredirectory.8m.com/utilities/util10474.html'><b>Universal Shield 3.0</b></a> - Universal Shield - protection plus encryption<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()*6)+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;
			}
		}
	}

}
while (i <= 5)

document.writeln("</font>");
