function trovaLavoro(){var text1 = document.getElementById('form_lavoro_cosa');var text2 = document.getElementById('form_lavoro_dove');if (text1.value.length==0 && text2.value.length==0){alert('ATTENZIONE! Riempire almeno un campo');}else{document.location.href='http://lavoro.paginesarde.it?cosa=' + text1.value + '&dove=' + text2.value;}}document.write("
Pagine Sarde Lavoro
Che lavoro cerchi?
Dove?
Trova Lavoro
Tutti gli annunci su lavoro.paginesarde.it
");