function fixSideBar() {
	//$('#rightRailGold').css("height", Math.floor(jQuery('#container').height()));
}


/* Document Ready */
$(document).ready(function() {
	
	//var sideBarTimer = window.setInterval('fixSideBar()',100);

	//$('#eNews_email').attr({'value':'EMAIL'});
	//$('#eNews_email').focus(function() { $(this).attr({'value':''}) });

});

