
/**
 * @author mking
 */


if(typeof EXPOTV == "undefined") var EXPOTV = {};
if(typeof console == "undefined") { var console = {}; console.log = function(){}; /*fail silently in IE*/ }

EXPOTV.widgetModal = new function(){
	this.init = function(){
    	if(window.postMessage){
    		$.postMessage({ if_height: $('body').outerHeight( true ) }, parentDomain);
    	}else{
    		parent.location.hash = "height="+$('body').outerHeight( true );
    	}

	};
	
};


jQuery(document).ready(function() { $(EXPOTV.widgetModal.init); });
