// Generado por : Juanjo Aguilella
// Fecha: 13·11·2008

var JSPage = Class.create(); 

JSPage.prototype = { 
	initialize : function() {
		Object.extend(window, this);
	}
	
}

Event.observe(window,"load",function(){
	jsPage = new JSPage();
});
