
function fixTransparency(elmt)
{
	if (document.all) //hack
	{ 
		var src = elmt.src;
		elmt.src = "http://static.fotologs.net/spacer.gif";
		elmt.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='" + src + "')";
	}
}

document.write('<div id="fotowidget"><div id="fotowidgetWrap">');
document.write('<a href="http://www.fotolog.com/nogaret"><img src="http://sp9.fotolog.com/photo/9/47/89/nogaret/1233693190114_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/nogaret"><img src="http://sp9.fotolog.com/photo/9/47/89/nogaret/1222120890541_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/nogaret"><img src="http://sp9.fotolog.com/photo/9/47/89/nogaret/1221499843386_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/nogaret"><img src="http://sp9.fotolog.com/photo/9/47/89/nogaret/1218030846768_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/nogaret"><img src="http://sp9.fotolog.com/photo/9/47/89/nogaret/1216024854663_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/nogaret"><img src="http://sp9.fotolog.com/photo/9/47/89/nogaret/1215768853910_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');

document.write('<div id="fotowidgetBranding">Visit <a href="http://www.fotolog.com/nogaret">nogaret</a> at <a href="http://www.fotolog.com"><img src="http://si.fotolog.com/i92/images/logos/logo_70x17_000000.png" alt="Fotolog.com" id="fotologLogo"></a></div>');
document.write('</div></div>');

fixTransparency(document.getElementById('fotologLogo'));
