document.write('<script src="http://www.tinbuent.com/leadinbox/entleadin_eng.php" type="text/javascript"></script>');

function showEntEng(storyID, storyImage, storyHeadline)
{
	document.write('<link href="http://www.tinbuent.com/leadinbox/ent_lead.css" type="text/css" rel="stylesheet">');
	var i=0;	
	document.write('<div style="padding: 0px 3px 0px 0px; width: '+tb_EntWidth+'px;">');
    document.write("<div class=\"clean_pillbox_large\" style=\"border: medium none ; margin-bottom: 0px;\">"+tb_EntTitle+"</div>");
    document.write('<div style="border: 1px solid black; background-color: white; width: '+tb_EntWidth+'px;">');
	document.write("<center><table id=\"tb_enttabl\" cellpadding=0 cellspacing=2 border=0 onclick=\"window.location='"+EntURL+"'\"><tr>");
	document.write("<td width=50% align=center><a class=enthighlightit href='"+EntURL+"'>");
	document.write("<img border=0 class=enthighlightit src='http://www.tinbuent.com/imgs_wenn/US_English/small/"+StoryImageVar[0]+"'></a><br><a class=EntLeadInLink href='"+EntURL+"'>");
	document.write(StoryHeadlineVar[0]);
	document.write("</a></td>");
	document.write("<td width=50% align=center><a class=enthighlightit href='"+EntURL+"'>");
	document.write("<img border=0 class=enthighlightit src='http://www.tinbuent.com/imgs_wenn/US_English/small/"+StoryImageVar[1]+"'></a><br><a class=EntLeadInLink href='"+EntURL+"'>");
	document.write(StoryHeadlineVar[1]);
	document.write("</a></td></tr>");
	document.write("</table></center></div></div>");
}




