
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/canal_escape"><img src="http://sp8.fotolog.com/photo/8/21/15/canal_escape/1241409153339_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/canal_escape"><img src="http://sp8.fotolog.com/photo/8/21/15/canal_escape/1226157149932_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/canal_escape"><img src="http://sp8.fotolog.com/photo/8/21/15/canal_escape/1224812168406_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/canal_escape"><img src="http://sp8.fotolog.com/photo/8/21/15/canal_escape/1222467063203_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/canal_escape"><img src="http://sp8.fotolog.com/photo/8/21/15/canal_escape/1221770190476_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');
document.write('<a href="http://www.fotolog.com/canal_escape"><img src="http://sp8.fotolog.com/photo/8/21/15/canal_escape/1220425339420_t.jpg" width="100" height="75" alt="" class="thumbnail" /></a>');

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