/*!
 * Ext JS Library 3.2.1
 * Copyright(c) 2006-2010 Ext JS, Inc.
 * licensing@extjs.com
 * http://www.extjs.com/license
 */
Ext.onReady(function(){

	// preventBodyReset: false
	new Ext.Panel({
		title: '&#233;glise Dimanche Famille',
        collapsible:true,
		width:300,
		renderTo: 'news3',
		html: html.join('')
	});
});

var html = [
	'<img src="/TempsForts/2011-2012/EDF1/EDF60.jpg"><br>',
	'<font color="#333366" FACE="Arial, Helvetica, sans-serif">',
	'<H4>&#233;glise Dimanche Famille',
	'</H4><br>',
	'<H4><a href="/TempsForts/2011-2012/EDF1/index.htm">En savoir plus ...</a></H4>'
];
