// JavaScript Document
<!--


function addarticle_redir() {
	      if (document.getElementById('addtype').options[0].selected) {
			      document.location.href = "/mojekonto/dodaj-artykul" ;
			  return false;
		  } else {
			      document.location.href = "/mojekonto/dodaj-link" ;
			          return false;
			   } 
	}
	
function check_article_form2() {
    if (document.getElementById('szukaj').value.length==0 ) {
		 alert('Wpisz słowa kluczowe.');
		 return false;
    }
}



//-->
