<!--

		function clearForm() {
			document.LoginForm.search_text.value = "";
			
		}

		function clearForm2() {
		document.LoginForm2.password.value = "";
		}

		function
		clearsearch() {
			document.search_main.main_search.value = "";
		}

		function 
		fillForm ()
		{
			document.LoginForm.search_text.value = "Εγγραφή στο Newsletter ";
		}


		 function blank(a){if(a.value==a.defaultValue) a.value='';}
		 function unblank(a){if($.trim(a.value)=='') a.value=a.defaultValue;} 

		  $(function(){
		   $(".moamix1").moatext({effects:["lens","wave"]});
		   $(".moamix1w").moatext({effects:["lens","wave"],parser:jQuery.fn.moatext.parser_byword});
		   $(".moamix2").moatext({effects:["lens","wave","opacity"]});
		   $(".moafunc").moatext({hover:[
			 function(target){jQuery(target).css({
			   color: "#FF0000",
			   fontWeight: "bold"
				});},
			function(target){jQuery(target).css({
				 color: "#000000",
				 fontWeight: "normal"
				});}
			 ]});
			$(".omikuji").css({opacity:"0.0"})
			.eq(Math.floor(Math.random()*3))
			.css({opacity:"1.0"})
			.moatext({
			effects:["opacity"],
			oneway:true,
			values:{opacity:{base:"0.0"}}
			});
			$(".moaoptions").moatext({
			effects: ["lens","wave","opacity"],
			values:{
			"opacity": {
			"base": "1.0",
			"enter": "0.1",
			"leave": "1.0"
			},
			"wave": {
			"enter": ["-50px","20px"]
			}
			},
			duration:2000,
			easing:"swing"
			});
			$(".smiley").moatext({
				effects:["lens","wave"],
				action_type: "hover"
			});
					});
				// -->  
