function applet() {

};

applet.prototype.init	= function() {
	
};

applet.prototype.back = function() {
	history.go(-1);
};
