﻿$(document).ready
    (





            function () {

                $(".responses .commText").hide();
                $(".responses .tit").click(function () {  $(this).next().next().slideDown("slow"); });
                $(".responses .commText").click(function () { $(this).slideUp("slow"); });

                $("#link1").click(function () { location.href = "default.aspx"; });
                $("#link2").click(function () { location.href = "fullArticlesList.aspx"; });
                $("#link3").click(function () { location.href = "fullNewsList.aspx"; });
                $("#link4").click(function () { location.href = "candidatesList.aspx"; });
                $("#link5").click(function () { location.href = "register.aspx"; });
                $("#link6").click(function () { location.href = "PagesContent.aspx"; });
                $("#link7").click(function () { location.href = "mailTo:ykadima@gmail.com"; });

                $(".skyTechLink").click(function () { location.href = "http://www.skytech.co.il"; });
                $(".title").click(function () { location.href = "Default.aspx"; });
                //                $(".skyTechLink").hover(function () { $(".footer").css("background-image", "url(images/footerGold.jpg)"); });
            }

                )
