/**
 * This source code is part of the Midnatt Content Management Framework.
 *
 * Copyright (c) Midnatt.org | http://www.midnatt.org | mail@midnatt.org
 * 
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

/**
 * Constructor.
 */
Ping_Config = function() {
	this.virtual_width = 960;
	this.custom_fonts = new Array('Arial', 'Lobster');
	this.api_key = 'e3de4c11c5e1325f0dd047c60ba2d8a6';
	this.lightbox_theme = 'facebook'; //'light_square';
}

/**
 * Description 
 */
Ping_Config.prototype.load = function() {
}


