// JavaScript Document
function ads(){
//_______________________________________________________________________________________________
	filesaveLink = "<tr><td class='ads'><a href='http://www.filesave.co.za'>FileSave</a></td></tr>";
	filesaveContent = "<tr><td class='adsInfo'>FileSave is the next generation in Document Management Systems offering the business user unrivalled flexibility and security.</td></tr>";
	filesaveUrl = "<tr><td class='adsUrl'>www.filesave.co.za</td></tr>";
	filesave = filesaveLink+filesaveContent+filesaveUrl;
//_______________________________________________________________________________________________	
	myemployeesLink = "<tr><td class='ads'><a href='http://www.myemployees.co.za'>My Employees</a></td></tr>";
	myemployeesContent = "<tr><td class='adsInfo'>MyEmployees is the ONLY product of its kind in the market in South Africa, and is absolutely unique in its operation and ownership.</td></tr>";
	myemployeesUrl = "<tr><td class='adsUrl'>www.myemployees.co.za</td></tr>";
	myemployees = myemployeesLink+myemployeesContent+myemployeesUrl;
//_______________________________________________________________________________________________
  	dutoitassociatesLink = "<tr><td class='ads'><a href='http://www.dutoitassociates.co.za'>Du Toit Associates</a></td></tr>";
	dutoitassociatesContent = "<tr><td class='adsInfo'>During the last 5 years Du Toit Associates developed the MyEmployees to automate repetitive calculations and tasks associated with Skills Development, Employment Equity and BBBEE.</td></tr>";
	dutoitassociatesUrl = "<tr><td class='adsUrl'>www.dutoitassociates.co.za</td></tr>";
	dutoitassociates = dutoitassociatesLink+dutoitassociatesContent+dutoitassociatesUrl;
//_______________________________________________________________________________________________
	addDivContent = "<table width='100%' border='0' cellspacing='0'>"+filesave+myemployees+dutoitassociates+"</table>";
//_______________________________________________________________________________________________	
	document.getElementById('myEmployeesAds').innerHTML = addDivContent;	
}
