function Left()
{
var sLeft = "";

sLeft += "<table border='0' width='250' cellspacing='0' cellpadding='0'>";

	sLeft += "<tr>";
	sLeft += "<td width='250' class='Left_Section_bg' >";	
	sLeft += "<img border='0' src=/site/arabic/departments/PoliceTraining/images/1.gif width=250 height=80 style='border:solid #98B7D3 1px;'/>";
	sLeft += "</td>";
	sLeft += "</tr>";

	sLeft += "<tr>";
	sLeft += "<td width='250' height='5'></td>";
	sLeft += "</tr>";
	
	sLeft += "<tr>";
	sLeft += "<td width='250' class='Left_Section_bg' >";	
	sLeft += "<img border='0' src=/site/arabic/departments/PoliceTraining/images/2.gif width=250 height=80 style='border:solid #98B7D3 1px;'/>";
	sLeft += "</td>";
	sLeft += "</tr>";

	sLeft += "<tr>";
	sLeft += "<td width='250' height='5'></td>";
	sLeft += "</tr>";
	
	sLeft += "<tr>";
	sLeft += "<td width='250' class='Left_Section_bg' >";	
	sLeft += "<img border='0' src=/site/arabic/departments/PoliceTraining/images/3.gif width=250 height=80 style='border:solid #98B7D3 1px;'/>";
	sLeft += "</td>";
	sLeft += "</tr>";

	sLeft += "<tr>";
	sLeft += "<td width='250' height='5'></td>";
	sLeft += "</tr>";	
	
	sLeft += "<tr>";
	sLeft += "<td width='250' class='Left_Section_bg' >";	
	sLeft += "<a href='#' onclick='javaScript:ViewImageAdv(\"/site/arabic/images/advertisments/a1.jpg\",700,521,\"المسابقة السنوية البحثية \");	'  ><img border='0' src=/site/arabic/departments/PoliceTraining/images/4.gif width=250 height=80 style='border:solid #98B7D3 1px;'/></a>";
	sLeft += "</td>";
	sLeft += "</tr>";

	sLeft += "<tr>";
	sLeft += "<td width='250' height='5'></td>";
	sLeft += "</tr>";	
		
if(typeof getVotes == 'function')
{
	sLeft +=getVotes();
}

if(typeof getContests == 'function')
{
	sLeft +=getContests();
}

sLeft += "</table>";
document.write (sLeft);
}

