Event.observe(window, "load", function() {
	new Insertion.Bottom(document.body, "<div id='zaTopSites'><a href='http://www.eternal.co.za/'><img src='images/eclipse.eternal.png' alt='.eternal - code, thoughts, rants and raves' border='0' /></a> <a href='http://www.zatopsites.co.za/'><img src='http://www.zatopsites.co.za/button.php?u=marc' alt='ZATopSites - top sites, top web, south africa' border='0' /></a></div>");
	$("zaTopSites").getElementsBySelector("img").each(function(e) {
		e.setOpacity(0.3);
	});
});
