function displayYuuguuWidget( baseUrl, colour )
{
  var strVar="";
  strVar += 
        "<div id=\"yuuguuWidgetWebshareEmbedded\">" +
		"<link href=\""+baseUrl+"public\/widgets\/webshare\/css\/styles-"+ colour +".css\" type=\"text\/css\" rel=\"stylesheet\" \/>" +
				"<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" style=\"width:100%; height:100%;\">" +
				"<tr><td height=\"100%\">" +
				"<!--Header start--><div class=\"top-left\"><div class=\"top-right\"><div class=\"top-mid\"> <\/div><\/div><\/div><!--Header end-->" +
				"<!--Header2 start--><div class=\"top-left2\"><div class=\"top-right2\"><div class=\"top-mid2\">" +
				"<div class=\"yuuguuWidgetWebshareEmbedded-faked-h1\">Login<\/div>" +
				"<\/div><\/div><\/div><!--Header2 end-->" +
				"<!--Mid section start-->" +
				"<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"71%\" class=\"mid-table\">" +
				"<tr><td class=\"mid-left\"><\/td><td class=\"mid-mid\" height=\"100%\" style=\"height:100%;\">" +
				"<form id=\"login_form\" method=\"get\" action=\"http:\/\/vitispr.yuuguu.com\" target=\"_blank\">" +
				"<table width=\"97%\"  border=\"0\" cellpadding=\"0\" cellspacing=\"0\">" +
				"<tr><td style=\"height: 10px;\"><\/td><\/tr>" +
				"<tr><td><div class=\"text-box-left\"><div class=\"text-box-right\"><div class=\"text-box-mid\">" +
				"<label>" +
				"<input type=\"text\" name=\"pin\" id=\"PIN\" value=\"PIN\" onfocus=\"if(this.value=='PIN')this.value='';\" onblur=\"if(this.value=='')this.value='PIN';\" class=\"text-box\" \/>" +
				"<\/label>" +
				"<\/div><\/div><\/div><\/td><\/tr><tr><td style=\"height: 3px;\"><\/td><\/tr><tr><td><div class=\"text-box-left\"><div class=\"text-box-right\"><div class=\"text-box-mid\"><label><input type=\"text\" name=\"nickname\" id=\"SCREENNAME\" value=\"SCREEN NAME\" onfocus=\"if(this.value=='SCREEN NAME')this.value='';\" onblur=\"if(this.value=='')this.value='SCREEN NAME';\" class=\"text-box\" \/>" +
				"<\/label><\/div><\/div><\/div><\/td><\/tr>" +
				"<tr><td style=\"height: 50px;\"><\/td><\/tr><tr><td><a href=\"#\">" +
				"<input type=\"hidden\" value=\"Widget\" name=\"source\"\/>" +
				"<input type=\"hidden\" value=\"http://www.yuuguu.com/share\" name=\"callback\"\/>" +
				"<input type=\"image\" src=\""+baseUrl+"public\/widgets\/webshare\/images\/btn-connect-"+colour+".gif\" alt=\"Connect\" width=\"97\" height=\"36\" style=\"border:none;\" \/><\/a><\/td><\/tr><tr>" +
						"<td style=\"padding-top: 15px; vertical-align: middle; color:#fff; font-family:Arial, Verdana; text-decoration:none; font-size:11px;\">Get Yuuguu for <a href=\"http://www.yuuguu.com/features/web-conferencing?utm_source=widget-web-conf\" style=\"color: #fff; text-decoration:underline; font-family:Arial, Verdana; font-size:11px;\">Web Conferencing<\/a> and <a href=\"http://www.yuuguu.com/features/remote-support?utm_source=widget-rem-sup\" style=\"color: #fff; text-decoration:underline; font-family:Arial, Verdana; font-size:11px;\">Remote Support<\/a><\/td><\/tr><\/table><\/form><\/td><td class=\"mid-right\"><\/td><\/tr>" +
						"<\/table><!--Mid section end-->" +
						"<!--Footer start--><div class=\"footer-left\"><div class=\"footer-right\"><div class=\"footer-mid\"> <\/div><\/div><\/div><!--Footer end-->" +
						"<\/td><\/tr>" +
				"<\/table>" +
				"</div><!-- yuuguuWidgetWebshareEmbedded -->";
  document.write (strVar);
}
