function reloadIframe() {       //alert(frames[0].window.location);    if(undefined == frames[0].window.location.reload()){       frames[0].window.location = '/findhome/clickToCall.aspx'; //?comid=' + <%= Page.Request["comid"] %>;// + '&divid=' + <%= Page.Request["DIVID"] %>;       setTimeout( 'showHideIFrame()', 1000);       //alert(frames[0].window.location);       }}
