var threatlevel = '<span style="color:#FFFF00; font-weight:bold; font-size: xx-large">TS</span>';
var mapurl = 'MTIxODgzNTUzNA==.png';
var issued = 'Fri 2008-08-15 22:25';
var url = 'http://ukasf.weather2day.com/forecast/128';

document.write("<div id=\"uksaf_widget\" onclick=\"window.open('" + url + "','newwindow')\" style=\"cursor: pointer; cursor: hand; width:160px; text-align:center; font-size: medium; border: thin solid black; background-color: #999999;\">");
document.write("<div style=\"font-weight:bold; text-decoration:underline\">Latest Forecast</div>");
document.write(threatlevel);
document.write("<br />");
document.write("<img src='http://ukasf.weather2day.com/images/forecasts/" + mapurl + "' width='160' height='120' />");
document.write("<div style=\"text-decoration:underline\">Issued:</div>");
document.write(issued);
document.write("</div>");