if (typeof Rdfw == "undefined") var Rdfw = new Object();

Rdfw = {

	zizi: function(adat) {
	
		alert(adat);
	
	}

}
