function openwidget(){
	jQuery('body').append('<div id="widget_download_box" align="center"><div id="widget_download"><div id="widget_close"></div></div></div>');
	jQuery('#widget_download').append('<embed wmode="transparent" src="http://plastiki.devenertia.com/AIRInstallBadge.swf?airversion=1.5&appname=Plastiki%20Widget&appurl=http://plastiki.devenertia.com/air/PlastikiWidget.air&image=http://plastiki.devenertia.com/dl_banner_new5.jpeg&appid=com.adobe.example.plastiki-2-AIR-020810&pubid=8F24E645A33C24117914B76352D1F5FE374B87AE.1&appversion=1.2&hidehelp=true&skiptransition=true&titlecolor=$ff0000&buttonlabelcolor=#ffffff" width="215" height="180">').css({width:215, height: 180, position:'relative'});
	jQuery('#widget_download_box').css({position:'absolute', top:'440px', left: 0, width:'100%', zIndex: 9999});
	jQuery('#widget_close').css({position:'absolute', right: '-10px', top: '-10px', background:'url(http://plastiki.devenertia.com/close.png)', height: '28px', width:'28px', cursor: 'pointer', zIndex: '999'}).bind('click', function(){ jQuery('#widget_download_box, #widget_download').remove(); });
}