	/*Javascript class="neo" = zeiger -> wichtig! links: id enthält pfad in folgender Formatierung _s_ für slash, _m_ für minus bsp:<span id="dsl_s_dsl_m_lexikon"><span> öffnet www.toptarif.de/dsl/dsl-lexikon*/
$(document).ready(function() {
	var neo=$(".neo");
	neo.click(function(){var neol = neo.attr('id').replace(/_m_/g,"-"); window.location =  "http://www.toptarif.de/"+neol.replace(/_s_/g,"/")});
});	
