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/PublicRelations/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 += "<a href=\"/site/arabic/departments/PublicRelations/sections/sec888/888.html\" ><img border='0' src=/site/arabic/departments/PublicRelations/images/2.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 += "<tr>";
	sLeft += "<td width='250' class='Left_Section_bg' >";	
	sLeft += "<a href=\"/site/arabic/departments/PublicRelations/sections/sec825/825.html\" ><img border='0' src=/site/arabic/departments/PublicRelations/images/3.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>";
	
	sLeft += "<tr>";
	sLeft += "<td width='250' class='Left_Section_bg' >";	
	sLeft += "<a href=\"/site/arabic/departments/PublicRelations/sections/sec859/859.html\" ><img border='0' src=/site/arabic/departments/PublicRelations/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>";
	
	sLeft += "<tr>";
	sLeft += "<td width='250' class='Left_Section_bg' >";	
	sLeft += "<a href=\"/site/arabic/departments/PublicRelations/sections/sec903/903.html\" ><img border='0' src=/site/arabic/departments/PublicRelations/images/5.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>";
	

sLeft += "</table>";
document.write (sLeft);
}

