
	var myElement100068= new String('<style type="text/css">/* ANCIEN HEADER DU JOURNAL EN CONTINU */#headerJournal{ border-bottom:4px solid white; }#headerJournal .border { /* Le fond du header L\'INFO */background-image:url(http://www.tsr.ch/images/2006/rouge/head_journal_bg.gif); background-repeat:repeat-x;}#headerJournal .fond { background-color:#dc1124;}#headerJournal .fondBandeau { background-color:#FFFFFF; border-left: #dc1124 1px solid; border-top: #dc1124 1px solid; border-bottom: #dc1124 1px solid;}#headerJournal .titreSect { background-image:url(http://www.tsr.ch/images/2006/icones/fleche_blanche.gif); background-repeat:no-repeat; background-position:left; background-color:#dc1124; padding-left:12px; color: #FFFFFF; font-size: 14px; font-weight:bold; text-transform:lowercase; }#headerJournal .titreSect a {text-decoration:none;color:#FFFFFF;}#headerJournal .titreSect a:hover {text-decoration:none;}#headerJournal .titreSect a:visited {color:#FFFFFF;}#headerJournal .title { /* Le texte de Titre dans le header L\'INFO */ padding-left:3px; color: #FFFFFF; font-size: 11px; font-weight:bold; letter-spacing:-1px;/* line-height:20px;*/}#headerJournal .titleDark { /* Le texte de Titre dans le header L\'INFO */ padding-left:3px; color: #455560; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; letter-spacing:-1px;/* line-height:20px;*/}#headerJournal .title a {text-decoration:none;color: #FFFFFF;}#headerJournal .title a:hover {text-decoration:none;color: #FFFFFF;}#headerJournal .title a:visited {color:#FFFFFF;text-decoration:none;}#headerJournal .titleDark a {text-decoration:none;color: #455560;}#headerJournal .titleDark a:hover {text-decoration:none;color: #455560;}#headerJournal .titleDark a:visited {color:#455560;text-decoration:none;}.journalMenu {font-size:10px;font-weight:normal;text-transform: uppercase;/*background-color:#961420;background-image:url(http://www.tsr.ch/images/2006/rouge/head_journal_bg.gif);background-repeat:repeat-x;*/}.journalMenu a, .journalMenu a:visited {background-image:url(http://www.tsr.ch/images/2006/icones/fleche_blanche.gif);background-repeat:no-repeat;background-position:left;text-decoration: none;color:#FFFFFF;padding-left:10px;}.journalMenu a:hover, .journalMenu a:active {text-decoration: underline;}.tjLink, .tjLink a, .tjLink a:visited { /* Liens pour la vidéo des journaux dans le header L\'INFO */}.tjLink a:hover, .tjLink a:active { /* Liens pour la vidéo des journaux dans le header L\'INFO */ text-decoration:underline;}/* NOUVEAU HEADER JOURNAL */#bandeauJournal {}#bandeauJournal .borders { border-top: 1px solid #dc1124; border-bottom: 1px solid #dc1124; }#bandeauJournal .fonds { background-image:url(http://www.tsr.ch/images/2006/rouge/hp_journal_bg.gif); background-repeat:no-repeat; background-position:right; }.borderH {background-image:url(http://www.tsr.ch/images/2006/icones/border-edition-journal_h.gif);background-repeat:repeat-x;}.borderV {background-image:url(http://www.tsr.ch/images/2006/icones/border-edition-journal_v.gif);background-repeat:repeat-y;}.journalLien, .journalLien a,  .journalLien a:visited {font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;color: #FFFFFF;text-decoration:none;text-align:center;display:block;}.journalLien a:hover {background-color:#961420;}/* FIN HEADER JOURNAL NEW */</style><tr> <td>  <table width="100%" cellspacing="0" cellpadding="0" border="0" id="headerJournal">   <tr>    <td class="fondBandeau" width="100%"><div class="titleDark">     Blog</div></td>    <td width="10"><img src="http://www.tsr.ch/images/2006/rouge/arc_bandeau_left.gif" alt="" width="10" height="27" /></td>    <td width="193" class="fond">     <div class="bandeauDate">mardi 9 février 2010</div>     </td>    <td width="5"><img src="http://www.tsr.ch/images/2006/rouge/coin_bandeau_right.gif" width="5" height="27" alt="" /></td>   </tr>  </table> </td></tr>');
	///// Renvoie le Element100068
	///// URL HTML: http://www.tsr.ch/tsr/index.html?siteSect=100068&external=1.
	function getElement100068(){
		return myElement100068;
	}

	///// Ecrit le Element100068 dans la page. On peux choisir la partie selectionn裮..
	function writeElement100068(siteSect){
		document.write(getElement100068());
	}

	///// Insert le Element100068 dans le div specifi狊	
	function insertElement100068Into(myid){
		if(document.getElementById(myid)){
			document.getElementById(myid).innerHTML=getElement100068();
		}
	}
	
	