$(document).ready(function(){
    $('.lightbox').lightBox();
	$('.leavecomment').hide();
	shownews(0);
	 $(".article0").show();
});

$(function(){ 
    $("ul#newsticker").liScroll({travelocity: 0.15}); 
}); 

function shownews(x){
    $(".article").hide();
    $("#news"+x).fadeIn('slow');
    $(".head").css("color","#FF7E08");
    $("#head"+x).css("color","#FF2809");
}
function showprimarynews(){
    $(".article").hide();
    $(".article0").show();
    $(".head0").css("color","#FF2809");
}

function takepart() {
        $(".contform").slideToggle(100);
    }
function takepartclose(){
    $(".contform").hide();
}
