﻿function showIFrame(){var targetDiv=document.getElementById("tpsrchwgt");var a1=document.getElementById("tpwanchor");var uid=document.getElementById("tpwu").innerHTML;var wtype=document.getElementById("tpwt").innerHTML;var checkUrl="http://www.tribalpages.com";if(!a1||(a1.href.substring(0,checkUrl.length)!=checkUrl)){targetDiv.innerHTML="Invalid widget configuration.";return false;}
targetDiv.innerHTML="";var iframe=document.createElement("iframe");iframe.frameBorder=0;iframe.style.margin="0px";iframe.id="tpsiframe";iframe.name="tpsiframe";iframe.style.border="0px solid #000000";iframe.height='232px';iframe.width='150px';iframe.scrolling="no";iframe.src="http://www.tribalpages.com/tribe/dmfwidget?t="+wtype+"&u="+uid;targetDiv.appendChild(iframe);return false;}
if(window.addEventListener){window.addEventListener('load',showIFrame,false);}else{window.attachEvent('onload',showIFrame);}
