﻿$(document).ready(function () {
    $("#p_login input[type=text]").get(0).focus();
    $("#followusIco a").mouseenter(function () { $(this).animate({ right: -136 }, 200) }).mouseleave(function () { $(this).animate({ right: 0 }, 200) });
});

function Registrate(redirectUrl) {
    ShowWarning('PleaseLogin', $('#p_login input[type=text]').get(0).id);
    $("#hiddDiv input[type=hidden]").val(redirectUrl);
    return false;
}
