﻿<!--

var img = new Image();                                            
var elem = document.getElementById('dnn_dnnLOGO_hypLogo').getElementsByTagName('img')[0];
img.src = elem.src;
/*while (!(img.width)){
//do nothing
}*/
elem.style.marginTop = elem.style.marginBottom = (119 - img.height) / 2 - 5;

//-->
