$(document).ready(function( ){ 
	
	/*
	/* CLIENT
	/*
	/***********************/
	
	$("p.title").next("p").addClass("afterTitle");
	
	$("div.slideshowControls ul li a:not(a.on)").hover(function( ) {
		$(this).addClass('hover')
	}, function( ) {
		$(this).removeClass('hover')
	});
	
	/*
	/* HOME
	/*
	/***********************/
	
	$("div.lg_home div.lg_col_308 a:not(div.slideshowControls a)").each(function( ) {
		$(this).attr("target", "_blank");	
	});
	
});

$(function( ) {

});
