document.writeln("<table width=*% border=0 cellspacing=0 cellpadding=2>");

document.writeln("<tr>");
document.writeln("<td valign=top>");
document.writeln("<b><small>Company Name:</small></b>");
document.writeln("</td>");
document.writeln("<td valign=top><div id='newstext'>");
document.writeln("Moving Target Software");
document.writeln("</div></td>");
document.writeln("</tr>");

document.writeln("<tr>");
document.writeln("<td valign=top>");
document.writeln("<b><small>Company History:</small></b>");
document.writeln("</td>");
document.writeln("<td valign=top><div id='newstext'>");
document.writeln("The owner of the company has been working as a sole trader for several years and before that has an ");
document.writeln("extensive work history for several well known consultants.<br>");
document.writeln("Custom software development has been conducted by the company for many ");
document.writeln("small and medium sized businesses.  The sorts of jobs completed include project tracking systems, ");
document.writeln("timesheet systems, automated Excel worksheets, document management systems, and automated testing equipment.<br>");
document.writeln("Moving Target Software has also released some free software and is in the process of releasing some low cost ");
document.writeln("commercial software for small businesses.");
document.writeln("</div></td>");

document.writeln("</tr>");
document.writeln("</table>");

	
