function info1(){
	
	var d = new Date();
	var days = d.getDate();
	
	if (days%2){
	
	document.write('<table width="98%" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC">'+
'<tr>'+
'<td style="height:25px; background-image:url(http://myspeed.visualware.com/tablebgblue.gif); color:#FFF;" valign="top" align="center"><b>Test Your Connection Quality</b></td>'+
'</tr>'+
'<tr>'+
'<td valign="top"  bgcolor="#ECECFF" class="font11black" style="padding:7px;" height="270">'+

'<table>'+
'<tr>'+
'<td><p class="font11black">'+
'<b>MyConnection PC v4 Just Released!</b><br><br>'+
'<a href="http://www.myconnectionpc.com" class="bluelink11">MyConnection PC</a> provides an advanced tool set to analyze your connection speeds and quality, features include:<br><br>'+
'-	<font style="color:#F00">NEW!</font> Speed Quality test <b>identifies network events impacting connection speeds</b> and application performance<br>'+
'-	VoIP quality test<br>'+
'-	Network route analysis<br>'+
'-	Automated testing at regular intervals<br>'+
'-	Report history shows test results over time<br>'+
'-	Explanation of test results<br>'+
'<A href="http://www.myconnectionpc.com" class="bluelink11">Click here for more information</a><br><br>'+
'<A href="http://www.myconnectionpc.com" alt="Test your connection speed" title="Test your connection speed"><img src="http://myspeed.visualware.com/imagetest/mcpcquality.jpg" border="0"></a><br><br>'+
'<A href="http://www.myconnectionpc.com/download.html" alt="Free 15-day trial" title="Free 15-day trial"><img src="http://myspeed.visualware.com/imagetest/mcpcbutton.png" border="0"></a>'+
'</p>'+
'</td>'+
'</tr>'+
'</table>'+

'</td>'+
'</tr>'+
'</table>')
	}
	
	else {
		
document.write('<table width="98%" cellpadding="5" cellspacing="1" bgcolor="#CCCCCC">'+
'<tr>'+
'<td style="height:25px; background-image:url(http://myspeed.visualware.com/tablebgblue.gif); color:#FFF;" valign="top" align="center"><b>VisualRoute</b></td>'+
'</tr>'+
'<tr>'+
'<td valign="top"  bgcolor="#ECECFF" class="font11black" style="padding:7px;" height="270"><p class="font11black"><strong>VisualRoute</strong> helps determine if a connectivity problem is due to   an ISP, the '+'Internet, or the destination web site, and pinpoints thenetwork where a problem occurs.</p>'+

'<p><a href="http://myspeed.visualware.com/imagetest/1large.gif" target="_blank"><img src="http://myspeed.visualware.com/imagetest/1small.gif" border="0"></a></p>'+
'<p class="font11black"><strong>Traceroute, Ping, Reverse DNS</strong><br>'+
'Various network diagnostic tools are integrated into an overall   connectivity report providing essential data with just a couple of   clicks.</p>'+
'<p class="font11black"><A href="http://www.visualroute.com">Learn More</A></p></td>'+
'</tr>'+
'</table>')
		
	}
}
	
