/*
 * Newsletter modal box
*/

function tb_preinit() {
	var link = jQuery('#newsletter > a');
	link.addClass('thickbox');
	link.removeAttr('rel');
	link.attr('href', link.attr('href')+'&TB_iframe=true&width=350');
	
	if (window.location.pathname.substr(1,2) == 'de') {
		tb_lang = 'de';
	}
}
