function Left()
{
var sLeft = "";

sLeft += "<table border='0' width='250' cellspacing='0' cellpadding='0'>";

sLeft += "<tr><td width='250'>";
sLeft += getFlashObj("/site/arabic/departments/DrugsDept/flash/1.swf","","",250,80);
sLeft += "</td></tr>";

sLeft += "<tr>";
sLeft += "<td height='5' colspan='2'></td>";
sLeft += "</tr>";

/*
sLeft += "<tr><td width='250'>";
sLeft += getFlashObj("/site/arabic/departments/DrugsDept/flash/2.swf","/site/arabic/departments/DrugsDept/sections/sec503/503.html","",250,80);
sLeft += "</td></tr>";

sLeft += "<tr>";
sLeft += "<td height='5' colspan='2'></td>";
sLeft += "</tr>";
*/
if(typeof getVotes == 'function')
{
	sLeft +=getVotes();
}
if(typeof getContests == 'function')
{
		
	sLeft +=getContests();
}
sLeft += "</table></td>";
sLeft += "</tr>";
sLeft += "</table>";

document.write (sLeft);
}

