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