function Index(){

	this.init.apply(this, arguments);
}
Index.prototype.init = function(){

	var colorBoxWindow = new ColorBoxWindow();
	colorBoxWindow.setWindow("a[rel='cover']");
};


