var EventWidgetInc = {
	start: function() {
		document.write('<div id="eventWidgetIFrameBox"> <iframe id="eventWidgetIFrame" width="300" height="580" src="http://happyweb.tw/party/iwidget/eventWidget.do?eventId=0&type=side&height=580&width=300&color=CCFF33&backgroundColor=FFFFFF" scrolling="no" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" border="0" frameborder="0"> </iframe> </div>');
		document.close();
	}
}

EventWidgetInc.start();
