function pienoing(inputValue, valore) { var aCharExist=0;  if (inputValue) 
                                   { for (var i=0; i<inputValue.length; i++) 
                                        {  if (inputValue.charAt(i) != " ") 
                                             { aCharExist = 1 }}}
                                if (!aCharExist) 
                                         { alert("You must fill: " + valore) }}




	
	
	date=new Date();
	function month() {
	argnr = month.arguments.length
	for (var i = 0; i < argnr; i++)
	this[i+1] = month.arguments[i]
		    		}
	var monthname= new month("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");
	var weekday= new month("Sun","Mon","Tue","Wed","Thu","Fri","Sat");
	
	browserName = navigator.appName;
	browserVer = parseInt(navigator.appVersion);
    if (browserName == "Netscape" && browserVer >= 4 || browserName == "Microsoft Internet Explorer" && browserVer >=4) version = "nsie4";
    else version = "x";
	if (version == "nsie4"){

	document.write (weekday[date.getDay() + 1]+ " " +date.getDate() + " " + monthname[date.getMonth() + 1]);

}







function right(e) {

if (navigator.appName == 'Netscape' && 

(e.which == 3 || e.which == 2))

return false;

else if (navigator.appName == 'Microsoft Internet Explorer' && 

(event.button == 2 || event.button == 3)) {

alert("All the information written on this website are property of DG AUTOVIP SNC and Diego Gagliardi. It's forbidden to use or/and copy images, texts even if partially modified and of every material on this website without the written permssion of DGAUTOVIP SNC- Copyright 2002-20010 DGAUTOVIP SNC -");

return false;

}

return true;

}

document.onmousedown=right;

if (document.layers) window.captureEvents(Event.MOUSEDOWN);

window.onmousedown=right;



