572282L1[TASKRUN102]
//this is for the logo at the bottom in the footer
var footerLogo = setInterval(function(){
var html =
'';
$('.Footer-copyrightText').prepend(html);
if($('.Footer-copyrightText').length !== 0) {
clearInterval(footerLogo);
}
},200);
]]>