/**
 * @author Krzysztof Sobieraj
 * 
 * @since 2010-09-07
 * @version 1.0.20100908.0845
 */
jQuery(document).ready(function() {
	if (jQuery('link').attr('href') == '/static/energia_rp_article.css') {
		jQuery('#header').load('http://www.rp.pl/static/html/energianews_header.html #headerp');
		jQuery('#col7').load('http://www.rp.pl/static/html/energianews_footer.html');
	}
});

