var CurUrl; //-- ÇöÀç URL --------------------------------------------------------------------------- document.domain = "sportsseoul.com"; CurUrl = document.location; CurUrl = escape(CurUrl) //--------------------------------------------------------------------------------------- document.write("
"); function resizeIFRAME(obj, minHeight) { minHeight = minHeight || 10; try { var getHeightByElement = function(body) { var last = body.lastChild; try { while (last && last.nodeType != 1 || !last.offsetTop) last = last.previousSibling; return last.offsetTop+last.offsetHeight; } catch(e) { return 0; } } var doc = obj.contentDocument || obj.contentWindow.document; if (doc.location.href == 'about:blank') { obj.style.height = minHeight+'px'; return; } if (/MSIE/.test(navigator.userAgent)) { var h = doc.body.scrollHeight; } else { var s = doc.body.appendChild(document.createElement('DIV')) s.style.clear = 'both'; var h = s.offsetTop; s.parentNode.removeChild(s); } if (h < minHeight) h = minHeight; obj.style.height = h + 'px'; if (typeof resizeIfr.check == 'undefined') resizeIfr.check = 0; if (typeof obj._check == 'undefined') obj._check = 0; setTimeout(function(){ resizeIfr(obj,minHeight) }, 200); } catch (e) { } }