/***** SBCentre.ca » Small Business Centre » Developed by ScriptReaction » www.scriptreaction.com *****/

var growthFx = {
	init: function (){
		<!-- browser specific -->
		if(window.XMLHttpRequest){
			if(window.ActiveXObject){ // IE 7
				//
			}else{ // Opera, Safari, Firefox
				//
			}
		}else{ //IE 6 and below
			var x = '<style>';
				x+= '#ftr { margin-top:-7px; }';
				x+= '#regHold { height:210px; }';
				x+= '</style>';
			document.write(x);
		}
		<!-- all browsers -->
	}
}

/********** growthFx init **********/
growthFx.init();