var html = '<div id=\"london-bloggers-widget-1741501524548\" style=\"position: relative; width: 143px;\">\n	<div style=\"position: relative;\">\n		<a href=\"http://londonbloggers.iamcal.com/\" onclick=\"return ToggleTubeMenu(\'1741501524548\');\"><img border=\"0\" style=\"border: 0\" src=\"http://londonbloggers.iamcal.com/images/browser.gif\" width=\"143\" height=\"54\"><\/a>\n	<\/div>\n	<div id=\"london-bloggers-widget-menu-1741501524548\" style=\"position: absolute; left: -28.5px; top: 59px; background-color: #fff; width: 200px; display: none; z-index: 2\">\n		<div style=\"border: 1px solid #666666; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding: 8px; color: #000\">\n\n			<b>Weblogs at <a href=\"http://londonbloggers.iamcal.com/stations/535/\" style=\"color: blue; text-decoration: underline\">West Dulwich<\/a>:<\/b><br>\n			<br>\n				&bull; <a href=\"http://handyman.inlondononline.com/\" style=\"color: blue; text-decoration: underline\">Handyman in London<\/a><br>\n				&bull; <a href=\"http://sites.google.com/site/garciniacambogiahca/\" style=\"color: blue; text-decoration: underline\">Garcinia Cambogia Ultra Pure<\/a><br>\n				&bull; <a href=\"http://adantadance.com/\" style=\"color: blue; text-decoration: underline\">African Dancers London<\/a><br>\n				&bull; <a href=\"http://emmasouthlondon.wordpress.com\" style=\"color: blue; text-decoration: underline\">emmasouthlondon<\/a><br>\n				&bull; <a href=\"http://twitter.com/ElectricianH\" style=\"color: blue; text-decoration: underline\">Harrow Electricians Tweets<\/a><br>\n					&bull; and 11 more...<br>\n				<br>\n			<b><a href=\"http://londonbloggers.iamcal.com/\" style=\"color: blue; text-decoration: underline\">Are you a London Blogger?<\/a><\/b>\n\n		<\/div>\n	<\/div>\n<\/div>';



var needs_close = false;
if (document.all && navigator.appVersion.toLowerCase().indexOf("mac") == -1) needs_close = true;
if (navigator.userAgent.indexOf('Gecko') != -1) needs_close = true;

document.write(html);
if (needs_close) document.close();

function ToggleTubeMenu(uid){
	var m = document.getElementById('london-bloggers-widget-menu-'+uid);
	m.style.display = m.style.display == 'block' ? 'none' : 'block';
	if (m.style.display == 'block') MoveMenuOntoScreen(m);
	return false;
}

function MoveMenuOntoScreen(m){
	var p = m;
	var x = 0;
	while (p != null){
		x += p.offsetLeft;
		p = p.offsetParent;
	}
	if (x < 5) m.style.left = '0px';
}