/*!
 * Standard Script 1.0
 * Brainstorm Services
 * http://www.brainstorm-services.de
 *
 * Copyright 2010, Benny Schilling
 * Commercial License
 *
 */

$(document).ready(function() {
	$('.targetBlank').attr('target', '_blank');
	$('.targetBlank').removeClass('targetBlank');
});
