
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/lena_fanclub_arg"><img src="http://spd.fotolog.com/photo/45/44/59/lena_fanclub_arg/1259076985294_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/lena_fanclub_arg"><img src="http://spd.fotolog.com/photo/45/44/59/lena_fanclub_arg/1258733490062_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/lena_fanclub_arg"><img src="http://spd.fotolog.com/photo/45/44/59/lena_fanclub_arg/1258644566874_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/lena_fanclub_arg"><img src="http://spd.fotolog.com/photo/45/44/59/lena_fanclub_arg/1258560649955_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/lena_fanclub_arg"><img src="http://spd.fotolog.com/photo/45/44/59/lena_fanclub_arg/1258474755887_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/lena_fanclub_arg"><img src="http://spd.fotolog.com/photo/45/44/59/lena_fanclub_arg/1258421733063_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');

document.write('<div id="fotowidgetBranding">Visit <a href="http://www.fotolog.com/lena_fanclub_arg">lena_fanclub_arg</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'));
