// <![CDATA[
/******************************************************************************************
* Module: config.js
* Version 1.0
* Description: Mearly a page to set an amount of variables for use across the site, common vards
* 
* Copyright: 2009 SI Works Internet
*
* Email:  support@siworks.co.za
* Author: Greg Shiers
* 
******************************************************************************************/
/**
** Set up the config Object and add settings into it
**/
var Config = {
	twitter_max : 140,
	delete_message: 'Are you sure you want to delete the items that are checked?',
	delete_confirm: 'Yes, delete them'
}