//alert('1');

document.write('<div id="weather2umbrella_event_wbox"></div>');

//alert('w2u');

var widget = document.getElementById('weather2umbrella_event_wbox');

var l = window.location.href;
var div = document.createElement('div');
//alert("w2u");
div.innerHTML = '';

div.innerHTML += '<IFRAME WIDTH="'+event_wbox_width+'" SCROLLING="NO" MARGINHEIGHT="0" MARGINWIDTH="0" HEIGHT="'+event_wbox_height+'" FRAMEBORDER="0" SRC="http://www.weather2umbrella.com/event_wbox.php?ewbid='+event_wbox_id+'&ewbl='+window.location.href+'"></IFRAME>';

widget.appendChild(div);

var w2u_link_div = document.createElement('div');

w2u_link_div.style.width = event_wbox_width+"px";
w2u_link_div.style.textAlign = "center";
w2u_link_div.style.height = "15px";
w2u_link_div.style.marginTop = "-15px";
w2u_link_div.innerHTML = '';
//w2u_link_div.innerHTML = '<a style="font-family:Arial,Verdana;font-size:10px;text-decoration:none;color:#848484;" href="http://www.weather2umbrella.com" target="_blank" alt="Weather2Umbrella Co." title="Weather2Umbrella Co.">Weather2Umbrella Co.</a>';
widget.appendChild(w2u_link_div);

