

function CreationDone(CreationId,Folder){

document.getElementById("CreateTitle").innerHTML = "<img src='/images/tit_your_face.gif' style='margin-bottom:5'>"

document.getElementById("CreateInstructions").style.display = "none"
document.getElementById("CreateFlash").style.display = "none"




document.getElementById("CreateContents").innerHTML = "<table cellpadding='0' cellspacing='0' class='image'><tr><td><object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='"+ScenarioWidth+"' height='"+ScenarioHeight+"' id='PlayAnim' align='middle'><param name='allowScriptAccess' value='always' /><param name='allowFullScreen' value='false' /><param name='movie' value='/PlayAnim.swf?versao=1&swf="+Swf+"&uilang=US&folder=http://s3.faceinhole.com/"+Folder+"&img="+CreationId+"&numHoles="+NumHoles+"' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' /><embed src='/PlayAnim.swf?versao=1&swf="+Swf+"&uilang=US&folder=http://s3.faceinhole.com/"+Folder+"&img="+CreationId+"&numHoles="+NumHoles+"' quality='high' bgcolor='#ffffff' width='"+ScenarioWidth+"' height='"+ScenarioHeight+"' name='PlayAnim' align='middle' allowScriptAccess='always' allowFullScreen='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object></td></tr></table><br><br><img src='/images/tit_send_friends.gif' style='margin-bottom:5'><br><table border='0' cellpadding='8' cellspacing='0' class='lightshadow' width='100%'> <tr> <td class='normaltext'><input name='SendFriends' class='normaltext' type='text' id='PutBlog2' onClick='this.select();' value='http://www.faceinhole.com/show.asp?id="+CreationId+"' size='75' readonly='readonly'></td> </tr> </table> <br><br><img src='/images/tit_put_blog_social.gif' style='margin-bottom:5'><br><table border='0' cellpadding='8' cellspacing='0' class='lightshadow' width='100%'> <tr> <td class='normaltext'><input name='SendEmbed' class='normaltext' type='text' id='PutEmbed' onClick='this.select();' value='<object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&quot; width=&quot;"+ScenarioWidth+"&quot; height=&quot;"+ScenarioHeight+"&quot; id=&quot;PlayAnim&quot; align=&quot;middle&quot;><param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /><param name=&quot;allowFullScreen&quot; value=&quot;false&quot; /><param name=&quot;movie&quot; value=&quot;http://www.faceinhole.com/PlayAnim.swf?versao=1&swf="+Swf+"&uilang=US&folder=http://s3.faceinhole.com/"+Folder+"&img="+CreationId+"&numHoles="+NumHoles+"&quot; /><param name=&quot;quality&quot; value=&quot;high&quot; /><param name=&quot;bgcolor&quot; value=&quot;#ffffff&quot; /><embed src=&quot;http://www.faceinhole.com/PlayAnim.swf?versao=1&swf="+Swf+"&uilang=US&folder=http://s3.faceinhole.com/"+Folder+"&img="+CreationId+"&numHoles="+NumHoles+"&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot; width=&quot;"+ScenarioWidth+"&quot; height=&quot;"+ScenarioHeight+"&quot; name=&quot;PlayAnim&quot; align=&quot;middle&quot; allowScriptAccess=&quot;always&quot; allowFullScreen=&quot;false&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /></object>' size='75' readonly='readonly'></td> </tr> </table>";


window.location="#";

}
