var html = '<div id=\"london-bloggers-widget-1745663775319\" style=\"position: relative; width: 143px;\">\n	<div style=\"position: relative;\">\n		<a href=\"http://londonbloggers.iamcal.com/\" onclick=\"return ToggleTubeMenu(\'1745663775319\');\"><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-1745663775319\" 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/61/\" style=\"color: blue; text-decoration: underline\">Notting Hill Gate<\/a>:<\/b><br>\n			<br>\n				&bull; <a href=\"http://vikingskullapps.com\" style=\"color: blue; text-decoration: underline\">Freelance iOS Developer London<\/a><br>\n				&bull; <a href=\"http://londononline.tumblr.com/\" style=\"color: blue; text-decoration: underline\">Tumblr London Services and News<\/a><br>\n				&bull; <a href=\"http://freehealthinformation.wordpress.com/\" style=\"color: blue; text-decoration: underline\">Health Information<\/a><br>\n				&bull; <a href=\"http://9909.home.blog/\" style=\"color: blue; text-decoration: underline\">GMK Money Transfer Scam<\/a><br>\n				&bull; <a href=\"http://naturalyeastinfectiontreatmentblog.blogspot.com/\" style=\"color: blue; text-decoration: underline\">Natural Yeast Infection Treatment<\/a><br>\n					&bull; and 101 more...<br>\n				<br>\n			<b>Weblogs at <a href=\"http://londonbloggers.iamcal.com/stations/97/\" style=\"color: blue; text-decoration: underline\">High Street Kensington<\/a>:<\/b><br>\n			<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://www99963.blogspot.com/\" style=\"color: blue; text-decoration: underline\">Health in the News<\/a><br>\n				&bull; <a href=\"http://www.rebelmouse.com/unbiasedreviews/\" style=\"color: blue; text-decoration: underline\">Unbiased Reviews Online<\/a><br>\n				&bull; <a href=\"http://giftelyon.tumblr.com/\" style=\"color: blue; text-decoration: underline\">Tumblr Giftelyon Multi Sevices International Ltd<\/a><br>\n				&bull; <a href=\"http://www.youtube.com/snorezipspray\" style=\"color: blue; text-decoration: underline\">Snore Zip Anti-Snoring Spray<\/a><br>\n					&bull; and 57 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';
}