function showClock(obj){
	document.write('<embed src="http://radiobruaysis.com/horloge/'
		+ obj.clockfile
		+ '?TimeZone=' + obj.TimeZone
	);
	if( obj.DateFormat != undefined && obj.DateFormat != "" )document.write('&DateFormat=' + obj.DateFormat);
	document.write('&TimeFormat=' + obj.TimeFormat
		+ '&Place=' + obj.Place
		+ '&Target=' + obj.Target
		+ '&From=' + obj.From
		+ '&Title=' + obj.Title
		+ '&Message=' + obj.Message
		+ '" width="' + obj.width
		+ '" height="' + obj.height
		+ '" wmode="' + obj.wmode
		+ '" type="application/x-shockwave-flash">'
	);
}

function showBanner(BannerLink){
	document.write(BannerLink);
}
