
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/germann_lux"><img src="http://spd.fotolog.com/photo/61/1/105/germann_lux/1262241643291_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/germann_lux"><img src="http://spd.fotolog.com/photo/61/1/105/germann_lux/1249420622927_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/germann_lux"><img src="http://spd.fotolog.com/photo/61/1/105/germann_lux/1247082461432_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/germann_lux"><img src="http://spd.fotolog.com/photo/61/1/105/germann_lux/1246845604242_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/germann_lux"><img src="http://spd.fotolog.com/photo/61/1/105/germann_lux/1244813591136_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/germann_lux"><img src="http://spd.fotolog.com/photo/61/1/105/germann_lux/1240704030135_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');

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

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