function confirmAction()
{var agree=confirm("Are you sure you want to delete this pages ?");if(agree)
return true;else
return false;}
function checkNwsSubscription(){if(document.newsletter.username.value==""){alert("Ju lutemi plotėsoni emailin tuaj!")
return false}else{return true}}
function checkSearch(){if(document.search.searchNews.value==""){alert("Ju lutemi plotesoni fushen e kerkimit !!!")
return false}else{return true}}
function checkUserLogin(){if(document.userLogin.username.value==""){alert("Please fill your username !")
return false}else if(document.userLogin.password.value==""){alert("Please fill your password !")
return false}else{return true}}
