function tempo(cidade,estado,tipo,dia) {

   document.write("<script src='http://previsao.glb.com.br/previsao.php?cidade="+cidade+"&estado="+estado+"&tipo="+tipo+"&dia="+dia+"'></script>");
}
