﻿if (!window.Zippo_blu)
	Zippo_blu = {};

Zippo_blu.Page = function() 
{
}

Zippo_blu.Page.prototype ={
	handleLoad: function(control, userContext, rootElement){
		this.control = control;
	}
}
