
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/skate_argento"><img src="http://sp4.fotolog.com/photo/52/23/57/skate_argento/1247225064538_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/skate_argento"><img src="http://sp4.fotolog.com/photo/52/23/57/skate_argento/1247084272222_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/skate_argento"><img src="http://sp4.fotolog.com/photo/52/23/57/skate_argento/1246820895421_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/skate_argento"><img src="http://sp4.fotolog.com/photo/52/23/57/skate_argento/1246405951048_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/skate_argento"><img src="http://sp4.fotolog.com/photo/52/23/57/skate_argento/1233318499691_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/skate_argento"><img src="http://sp4.fotolog.com/photo/52/23/57/skate_argento/1231187406571_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');

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