// Company JavaScript Document$(function() {		$.lts.navigation();	$.lts.rotate();	$.lts.popup();	$.lts.tips();	$('.user-actions').localScroll({	   hash:true	});		$('.content .eight p').eq(0).addClass("highlight");	$('.content .ten p').eq(0).addClass("highlight");	$('.content .twelve p').eq(0).addClass("highlight");		$('.navigation ul li a').addClass('toplevel');	$('.navigation ul li ul li a').removeClass('toplevel');		$('.link-button').append('<span class="pointer"></span>');		Cufon.replace($('.navigation ul li a.toplevel'), {hover: true});	Cufon.replace('h1', { fontFamily: 'Interstate-Light', fontWeight: '400' });	Cufon.replace('.pre-footer .two h2', { fontFamily: 'Interstate-Regular', fontWeight: '400' });	Cufon.replace('.tabs > div h2', { fontFamily: 'Interstate-Regular', fontWeight: '400' });	Cufon.replace('.tabs .tabs-nav li a', { fontFamily: 'Interstate-Regular', fontWeight: '400' });	Cufon.replace('.header a.link-button', { fontFamily: 'Interstate-Regular', fontWeight: '400' });		Cufon.replace('.content p.succes', { fontFamily: 'Interstate-Regular', fontWeight: '400' });	Cufon.replace('.secondary-navigation h3', { fontFamily: 'Interstate-Regular', fontWeight: '400' });	Cufon.replace('.job-list h2', { fontFamily: 'Interstate-Regular', fontWeight: '400' });		Cufon.replace('.telephone', { fontFamily: 'Interstate-Regular', fontWeight: '400' });	var sectorul = $('.home-panel-sectors ul').eq(0).addClass('small');	var sectorlis = sectorul.find('li');	var sectorli = Math.round(sectorlis.length/2)-1;	sectorul.after('<ul class="small last"></ul>');		for (i = sectorli+1; i < sectorlis.length; i++) {		$('.home-panel-sectors ul').eq(1).append(sectorlis.eq(i));	}			var tabContainers = $('div.tabs > div');    	tabContainers.hide().eq(0).show();                            $('div.tabs ul.tabs-nav a').click(function () {        tabContainers.hide();		tabContainers.filter(this.hash).show();		$('div.tabs ul.tabs-nav a').removeClass('selected');		$(this).addClass('selected');		return false;	}).eq(0).click();		   	});