/*
 * Defines a "pseudo" namespace for the com.heartsonfire initialization functions.
 */
 
if(typeof com=="undefined")
{
	var com = {};
}
if(typeof com.modernista=="undefined")
{
	com.modernista = {};
}

