$(document).ready(function() {
    if (parent.frames.length != 0) {
        var body = $('body');
        var bodyHeight = body.height();
        if (location.protocol == 'http:') {
            body.prepend('<img style="visibility: hidden;position:absolute;" name="test2" src="'+ location.protocol +'//www.myhellas.com/frame_resizer.php?tsmPageHeight='+ bodyHeight +'" width="1" height="1" />');
        }
    }
}
)

