
    
       
(function(){	
var theDocumentVar = document;
var error=0;
try
{
	var id=8354; 
	var w=500;
	var h=500;
}catch(e)
{
	error=1;
	alert(e);
}

if(error==0)
{
	var locName = location.hostname; 
	var vars='roomId='+id+'&width='+w+'&height='+h;
	var url='http://www.sneffel.com/Sneffel/main.jsp?';

	
	theFrame = '<iframe id="sneffelDoodleEmbedFrame" src="'+url+vars+'" frameborder="0" width="'+w+'" height="'+h+'" marginHeight="0" marginwidth="0" scrolling="no"></iframe>';
	theDocumentVar.getElementById('sneffelDoodleEmbed8354').innerHTML=theFrame;
	theDocumentVar.getElementById('sneffelDoodleEmbed8354').style.width=w;
	theDocumentVar.getElementById('sneffelDoodleEmbed8354').style.height=h;

	theDocumentVar.getElementById('sneffelDoodleEmbedFrame').style.width=w+"px";
	theDocumentVar.getElementById('sneffelDoodleEmbedFrame').style.height=h+"px";
	

}else
	alert("error!");


})();