/**
 * Dependency, jquery-1.2.6.js
 * Dependency, Framework.js
 * 
 * This is the behavior for the all brand pages
 * 
 * @author John Kakoulides (Fi)
 */
var EA = new Object();

/**
 * DOM ready function. This function will fire when the DOM has been loaded. This function
 * is normally fired before all images have been loaded.
 */
$(function(){
	
	EA.framework = new Framework();
	
});
