/*
 *
 *	Global.js is now a crossbrand file.
 *	
 *	Do not edit this file.
 *	
 *	Global.js across the brands has been diffed and merged and united under crossbrand.
 *	sconroy, 8/14/09
 *
 *
 */
 var window_onload = new Array;

 function onload_register(func){
	window_onload.push(func);
}

