//Creating the AddictingGames Namespace as com.ag
//Hopefully AddictingGames will never have to use JS libraries from 'American Greetings',
//the owners of ag.com
var com;
if (!com) {
	com = {};
} else if (typeof com != 'object') {
	throw new Error('com namespace not available and is not an object');
}
if (!com.ag) {
	com.ag = {};
} else if (typeof com.ag != 'object') {
	throw new Error('com.ag namespace not available and is not an object');
}
