// This file is Copyright (C) Daniel James 2008, all rights reserved.
// You may not reproduce this file except to make a backup.
// You may sell this file along with your website as long as you do not keep
// a copy.
function oldmsiepng() {
if (/MSIE\s*(5\.[^0]|6)/.test(navigator.userAgent)) { var i,c,b,t,p=/\.png$/i;
b = new Image(); b.src = '/oldmsiepng/style/images/blank.gif'; for (i = 0, c =
document.images.length; i < c; i ++) { t = document.images[i].src; if (p.test(t))
{ document.images[i].src = b.src; document.images[i].style.filter = 
'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\''+t+'\', sizingMethod=\'scale\')';
} } } }

