$(document).ready(function() 
{

    $('form').jForms({listSize:20, imagePath:'/design/forms/'});
    $("a[rel^='pp']").prettyPhoto({theme: 'light_rounded'}); /* light_rounded / dark_rounded / light_square / dark_square / facebook */


});

function closeTheIFrameImDone()
{
    jQuery.prettyPhoto.close();

}


