oRcsf.RegisterObject('Sitefooter');
var RCSF_Project_Sitefooter =
{
	/*
	 * Load all the footetr tips
	 * 
	 * @TODO : All these texts must come from translations files
	 * 
	 */
	OnDomLoaded : function()
	{
		this.moCore.moTooltip.CreateTip(
			 'footer_bel'
			,null
			,'Bel 020 5237676'		
		);
		this.moCore.moTooltip.CreateTip(
			 'footer_mail'
			,null
			,'Mail ons'		
		);
		this.moCore.moTooltip.CreateTip(
			 'footer_nieuwsbrief'
			,null
			,'Abonneer je op de nieuwsbrief'		
		);
		this.moCore.moTooltip.CreateTip(
			 'footer_wear'
			,null
			,'Bestel Rhinowear'		
		);
		this.moCore.moTooltip.CreateTip(
			 'footer_twitter'
			,null
			,'Volg ons op Twitter'		
		);
		this.moCore.moTooltip.CreateTip(
			 'footer_linkedin'
			,null
			,"De Rhino's op LinkedIn"		
		);
	}
};