$(document).ready(function(){
	$(".more_top_link_block").hide();
	$(".source_sites").hide();
	$(".show-more-source").click(function(){ $(".source_sites").slideToggle(200); });
	$(".more_top_link").click(function(){ $(".more_top_link_block").slideToggle(300);$(this).text($(this).text() == 'more' ? 'less' : 'more');  });
	$(".abt_lnk").click(function(){ $(".about_details").slideToggle(300); });
	
	$(".link_ltst_news").click(function(){ $(".li_ltst_news").slideToggle(300);  $(this).text($(this).text() == 'more news' ? 'less news' : 'more news');  });
	
	$(".archive-stories-link").click(function(){ $(".latest-archive-stories-block").slideToggle(300); });

$('[class^=linkarc]').click(function() {
$(".news-arc-blocks").hide();
var $this = $(this);
var x = $this.attr("className");
$('[class^=linkarc]').removeClass("current"); 
$('.news-arc-block-' + x).slideToggle(400);
$('.' + x).addClass("current"); 
return false;
});

$('a.basic').cluetip({clickThrough: true, attribute: 'title',positionBy: 'mouse', showTitle: false, mouseOutClose: true});

});

function bookmarksite(_c,_d){ if(document.all){ window.external.AddFavorite(_d,_c);}else{ if(window.sidebar){ window.sidebar.addPanel(_c,_d,"");}}}

