var html = '<div id=\"london-bloggers-widget-1743973264881\" style=\"position: relative; width: 143px;\">\n	<div style=\"position: relative;\">\n		<a href=\"http://londonbloggers.iamcal.com/\" onclick=\"return ToggleTubeMenu(\'1743973264881\');\"><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-1743973264881\" 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/514/\" style=\"color: blue; text-decoration: underline\">East Dulwich<\/a>:<\/b><br>\n			<br>\n				&bull; <a href=\"http://sites.google.com/site/aboutcialiss/\" style=\"color: blue; text-decoration: underline\">About Cialis<\/a><br>\n				&bull; <a href=\"http://www1044.blogspot.com\" style=\"color: blue; text-decoration: underline\">Memory Improvement Reviews<\/a><br>\n				&bull; <a href=\"http://www9990.blogspot.com/\" style=\"color: blue; text-decoration: underline\">Health for All<\/a><br>\n				&bull; <a href=\"http://furnituresoutlet.net/\" style=\"color: blue; text-decoration: underline\">Furniture Store Online<\/a><br>\n				&bull; <a href=\"http://handymanvoyeur.wordpress.com\" style=\"color: blue; text-decoration: underline\">The Handyman Voyeur<\/a><br>\n					&bull; and 39 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';
}