var up_doError=function(){
alert("Invalid domain ID passed.");
};
if(!up_domainID){
up_doError();
}else{
document.write("<iframe src=\""+up_rootURL+"/index.cfm?action=chat.showInstantInstallMedallion&app="+up_app+"&domainCode="+up_domainID+"&InitialRoom="+up_initialRoom+"\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"NO\" style=\"width: 200px; height: 100px; background-color: transparent;\"></iframe>");
}

