SKYPE.namespace("www");SKYPE.www.PairedInviteSharedObject=function(){var d="/i/flash/paired-invite.swf";var c=YAHOO.util.Dom;var a=YAHOO.util.Event;a.onDOMReady(function(){if(location.href.match(/[?&]username=([^&]+)/)){var h=location.href.match(/[?&]username=([^&]+)/)[1];var g=location.href.match(/[?&]fullname=([^&]+)/);var f=g?g[1]:"";b(h,f)}});function b(g,f){var h=new SWFObject(d,"pairedInviteFlash","3","3",9,"#FFFFFF");h.addParam("wmode","transparent");h.addVariable("skypename",g);h.addVariable("fullname",f);h.write(e("pairedInviteFlashDiv"))}function e(g){var f=document.createElement("DIV");f.id=g;YAHOO.util.Dom.setStyle(f,"position","absolute");YAHOO.util.Dom.setStyle(f,"width","3px");YAHOO.util.Dom.setStyle(f,"height","3px");YAHOO.util.Dom.setStyle(f,"font","1px monospace");YAHOO.util.Dom.setStyle(f,"top","0px");YAHOO.util.Dom.setStyle(f,"left","0px");document.body.appendChild(f);return f}}();