<!-- Dynamic Converter --> 
function dc_ld() 
{ 
var dc_dlay = document.createElement("script"); 
dc_dlay.setAttribute('type', 'text/javascript'); 
dc_dlay.setAttribute('language', 'javascript'); 
dc_dlay.setAttribute('id', 'dcdlay'); 
dc_dlay.setAttribute("src", "http"+(window.location.protocol.indexOf("https:")==0?"s://converter":"://converter2")+".dynamicconverter.com/accounts/3/3525.js"); 
document.getElementsByTagName("head")[0].appendChild(dc_dlay); 
} 
setTimeout('dc_ld()',10); 
