function metaCharset() { 
    metaCollection = document.getElementsByTagName('meta'); 
    for (i=0;i < metaCollection.length;i++) { 
        nameAttribute = metaCollection[i].content.search(/charset/); 
        if (nameAttribute!= -1) { 
            var TAG=metaCollection[i].content; 
            return TAG;
	    //alert(TAG); 
        } 
    } 
}
function submit_search_form_widget(form)
{
	if (form.adres.value=="Podaj miejscowość")form.adres.value="";
   	window.open("http://slubne-auto.pl/szukaj,samochod-dla-wszystkich,"+form.adres.value+".html");
  	return false;
}

