/*all kinds of pages have this script*/
$(document).ready(function(){
	margin = 180;
	
	linktop = $("#links").css('top');
	$(window).load(function(){
		checkHeader(false);
	});
	$(window).resize(function(){
		checkHeader(true);
	});
});





