window.onload = init;

function init()
{
	var weather = "<a href=\"http://weather.digsys.bg/\"><img src=\"http://weather.digsys.bg/graph/banner.pl?lang=_eng&st_id=3&st_id=15&st_id=18&st_id=2&rgb_bg_title=0i102i153&rgb_font_title=128i179i204&rgb_bg_temp=229i239i245&rgb_bg_phenomen=229i239i245&rgb_bg_url=178i209i224&rgb_font_url=0i102i153\" border=\"0\"> </a>";

	loadHTML(weather, document.getElementById('weather'));
}

