//Creates the global variables for the scroller.

//Set the height and width of the scroller
intScroller_Width = 150;
intScroller_Height = 235;

strScroller_Message = '';

//Message
	strScroller_Message = strScroller_Message + "        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
	
		strScroller_Message = strScroller_Message + "          <tr>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\">&nbsp;</td>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\"><a href=\"news3.asp\">Mamut V12 has been launched with VAT updates for the UK market </a><br><br></td>";
	
	strScroller_Message = strScroller_Message + "          <tr>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\">&nbsp;</td>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\"><a href=\"news1.asp\">Clover Technologies Selects SoftBrands' Fourth Shift Enterprise Resource Planning Solution for its European Operations.</a><br><br></td>";
	strScroller_Message = strScroller_Message + "          </tr>";
	strScroller_Message = strScroller_Message + "          <tr>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\">&nbsp;</td>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\"><a href=\"news2.asp\">MSP today introduced a new, improved corporate identity.  </a><br><br></td>";
	strScroller_Message = strScroller_Message + "          </tr>";

	strScroller_Message = strScroller_Message + "        </table>";


	strScroller_Message = strScroller_Message + "<hr noshade><div align=\"center\" class=\"smalltext\">Copyright © MSP Business Solutions 2010<br>All rights reserved.</div>";

