// JavaScript Document
document.write("<style type=\"text\/css\" media=\"screen\">");
if (/MSIE (5\.5|6\.)/.test(navigator.userAgent)) {
	document.write("img, div {behavior: url(css/iepngfix.htc);}");
}
document.write("");
document.write("<\/style>");