var html = '<div id=\"london-bloggers-widget-1738861678623\" style=\"position: relative; width: 143px;\">\n	<div style=\"position: relative;\">\n		<a href=\"http://londonbloggers.iamcal.com/\" onclick=\"return ToggleTubeMenu(\'1738861678623\');\"><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-1738861678623\" 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/113/\" style=\"color: blue; text-decoration: underline\">Acton Town<\/a>:<\/b><br>\n			<br>\n				&bull; <a href=\"http://sites.google.com/site/cialisonlinez/\" style=\"color: blue; text-decoration: underline\">Cialis Online<\/a><br>\n				&bull; <a href=\"http://www.bonsoni.com\" style=\"color: blue; text-decoration: underline\">Furniture and Home decor in one place<\/a><br>\n				&bull; <a href=\"http://www.facebook.com/LondonNewsAndServices/\" style=\"color: blue; text-decoration: underline\">Facebook London Services and News<\/a><br>\n				&bull; <a href=\"http://accountants.inlondononline.com/\" style=\"color: blue; text-decoration: underline\">Accountants in London<\/a><br>\n				&bull; <a href=\"http://www99963.blogspot.com/\" style=\"color: blue; text-decoration: underline\">Health in the News<\/a><br>\n					&bull; and 52 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';
}