/**
* This is the entry point method.
*/
public void onModuleLoad() {
// Create the YouTube Viewer
mainViewer = new YouTubeViewer("k56DbGDBsNk");
mainViewer.setStyleName("YouTubeViewer");
mainViewer.setWidth("443px");
mainViewer.setHeight("369px");
RootPanel.get().add(mainViewer);
RootPanel.get().add(new HTML("<BR><BR>"));