function focus_feld() { //alert('hallo'); document.swishe.query.value=""; document.swishe.query.focus; }; function lade_url_ueag(){ var kontakt_id=document.email.adresse.value; var url="http://www.ueag.jena.de/sixcms/detail.php?id="+kontakt_id; location.href=url; } $(document).ready(function(){ $("a[rel='cb']").each(function(){ $(this).colorbox({title:"
" + $(this).attr('source') + "
" + $(this).attr('short') + "
"}); }); });