ct=document.getElementById(id).innerHTML
if(ct!="")
{
	mytool=ct.split("|");
	if(mytool[0]!=""){
		siz=mytool[1].split(":");
		if(mytool[1]!="" && (siz[0]!="" && siz[1]!=""))
		{
			width=siz[0];
			height=siz[1];
		}
		else
		{
			width=175;
			height=175
		}
	document.getElementById(id).innerHTML='<iframe frameborder="0" width="220" height="500" src="http://www.actonprinciples.org/wp-content/plugins/vote/main.php?id='+mytool[0]+'"></iframe>';
	}
}
	