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