$(document).ready(function(){
    $(document).pngFix();
    $("a[rel^='prettyPhoto']").prettyPhoto();
    if(document.location!="http://www.sodamedya.com/FormServis/")
    {
        if($('.Html').innerHeight()>"300")
        {
            $('.SolIc').css("height",($('.Html').innerHeight()+29)+"px");
        }else{
            $('.Html').css("height",($('.SolIc').innerHeight()-73)+"px");
        }
    }
});
