/* $Header: /cvs01/Spinfish/beelinersurveys.com/resource/web/shared/js/common.js,v 1.1 2006/01/16 05:08:01 heiko Exp $ */
/*
 * Copyright 2006 ROG, INc.
 */

/*
 * Register onload functions.
 */
window.onload = function() {

	if (navbarInit != null) {	
		navbarInit();
	}
}
