
var Global = Class.create();
Global.prototype = {
	initialize: function () {
		Effect.Appear('divPhoto');
	}
}
