/**
 * Dependency, jquery-1.2.6.js
 * Dependency, Framework.js
 * Not a class, but is the entry point for page specific javascript.
 */
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();
	
});

