var rand_no = Math.round((4-1)*Math.random());

//document.write(rand_no)


if ( rand_no == 0 )
{	
		document.write('<td width="277" height="243"><img src="/adobe/images/backup.jpg" width="277" height="243" alt="Automatic Backup"></td>')
		document.write('<td><img src="/adobe/images/lose.gif" width="464" height="148" alt="You Can&#146;t lose your data if it always comes back.  Put Connected DataProtector to work and backup your digital photos online, automatically!"><br/>')
		document.write('<table cellpadding=0 cellspacing=0 border=0 width="464">')
		document.write('<tr>')
		document.write('<td height="65" class="dots"><font class="subtitle">Why take a chance?</font><br/>You might think you&#146;re OK...until you find out the one digital photo of that precious moment is gone forever! To ensure that won&#146;t happen, put Connected DataProtector to work for you.</td>')
		document.write('</tr>')
		document.write('<tr>')
		document.write('<td align="center" height="120"><a href="plans.asp"><img src="/adobe/images/register1.gif" width="373" height="39" alt="Register for a FREE 30 day trial"></a></td>')
		document.write('</tr>')
		document.write('</table>')
		document.write('</td>')


}
else
{
	
	if ( rand_no == 1 )
	{
		
		document.write('<td width="277" height="243"><img src="/adobe/images/backup.jpg" width="277" height="243" alt="Automatic Backup"></td>')
		document.write('<td><img src="/adobe/images/lose.gif" width="464" height="148" alt="You Can&#146;t lose your data if it always comes back.  Put Connected DataProtector to work and backup your digital photos online, automatically!"><br/>')
		document.write('<table cellpadding=0 cellspacing=0 border=0 width="464">')
		document.write('<tr>')
		document.write('<td height="65" class="dots"><font class="subtitle">Why take a chance?</font><br/>You might think you&#146;re OK...until you find out the one digital photo of that precious moment is gone forever! To ensure that won&#146;t happen, put Connected DataProtector to work for you.</td>')
		document.write('</tr>')
		document.write('<tr>')
		document.write('<td align="center" height="120"><a href="plans.asp"><img src="/adobe/images/register1.gif" width="373" height="39" alt="Register for a FREE 30 day trial"></a></td>')
		document.write('</tr>')
		document.write('</table>')
		document.write('</td>')
	}

	else
	{
		if ( rand_no == 2 )
		{
			
			document.write('<td width="277" height="268"><img src="/adobe/images/bucket.jpg" width="277" height="268" alt="Put the old way on ice!"></td>')
			document.write('<td><img src="/adobe/images/ice.gif" width="464" height="148" alt="Put Connected DataProtector to work and backup your digital photos online, automatically!"><br/>')
			document.write('<table cellpadding=0 cellspacing=0 border=0 width="464">')
			document.write('<tr>')
			document.write('<td height="65" class="dots"><font class="subtitle">Why take a chance?</font><br/>You might think you&#146;re OK...until you find out the one digital photo of that precious moment is gone forever! To ensure that won&#146;t happen, put Connected DataProtector to work for you.</td>')
			document.write('</tr>')
			document.write('<tr>')
			document.write('<td align="center" height="120"><a href="plans.asp"><img src="/adobe/images/register1.gif" width="373" height="39" alt="Register for a FREE 30 day trial"></a></td>')
			document.write('</tr>')
			document.write('</table>')
			document.write('</td>')
		}
		
		else
		{
			if ( rand_no == 3 )
			{
				document.write('<td width="277" height="224"><img src="/adobe/images/protect.jpg" width="277" height="224" alt="Treasured memories are irreplaceable.  We protect what matters.  Put Connected DataProtector to work and backup your digital photos online, automatically!"></td>')
				document.write('<td><img src="/adobe/images/protect.gif" width="459" height="148" alt="Treasured memories are irreplaceable.  We protect what matters.  Put Connected DataProtector to work and backup your digital photos online, automatically!"><br/>')
				document.write('<table cellpadding=0 cellspacing=0 border=0 width="464">')
				document.write('<tr>')
				document.write('<td height="65" class="dots"><font class="subtitle">Why take a chance?</font><br/>You might think you&#146;re OK...until you find out the one digital photo of that precious moment is gone forever! To ensure that won&#146;t happen, put Connected DataProtector to work for you.</td>')
				document.write('</tr>')
				document.write('<tr>')
				document.write('<td align="center" height="120"><a href="plans.asp"><img src="/adobe/images/register1.gif" width="373" height="39" alt="Register for a FREE 30 day trial"></a></td>')
				document.write('</tr>')
				document.write('</table>')
				document.write('</td>')
			}
		}
	}
}

