/*
 * jQuery Init - Fort Steel
 *
 * Copyright (c) 2009 Peps (jlrworks.com)
 *
 */
$(document).ready(function(){
	$('body').removeClass('no-js');
	$('a.new-window').attr('target', '_blank');
});
