/**
 * @author rgaumond
 */


function ImgError(source){
	try{
	
	source.src = pathToImages+"biker_ghost_small.gif";
	source.onerror = "";
	return true;
	}catch(e){alert("error in function ImgError(ceremony_utilities.js) . Error:"+e)}
}
function rich_text()
{
		
			var oFCKeditor = new FCKeditor( 'description' ) ;
			
			oFCKeditor.BasePath = basePath+"js/fckeditor/" ;
			oFCKeditor.ReplaceTextarea() ;
}

function mail_to_org(activity_id,org_email){
	
	location.href = 'mailto:'+org_email+'?subject='+$("activity_title"+activity_id).innerHTML;
	}
