var EventWidgetInc = {
	start: function() {
		document.write('<div id="eventWidgetIFrameBox"> <iframe id="eventWidgetIFrame" width="600" height="640" src="http://happyweb.tw/party/iwidget/eventWidget.do?eventId=1&type=normal&height=640&width=600&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();
