﻿

	/**
	 ******************************
	 * Setup runtime.display namespace if doesn't exist
	 ******************************
	 */
		if (!couk.liamprescott.global.isNamespaceDefined("couk.liamprescott.runtime.display")) couk.liamprescott.global.createNamespace("couk.liamprescott.runtime.display", "1.0");
	
		// Create gallery instance
		couk.liamprescott.runtime.display.ImageGallery = new couk.liamprescott.common.display.imageGallery.ImageGallery();
		