HOT NEWS: Ferrari zapowiada walkę o tytuł mistrzowski || Heidfeld stawia na Alonso || McLaren nie będzie apelował w sprawie 100 mln dolarów kary

'; } function render_footer($license=false) { global $settings; echo' '; } function render_news($subject, $news, $info) { $subject = strip_tags($subject); echo "
"; echo "

".$news."

\n"; echo"
".$news."
echo "\n"; } function render_article($subject, $article, $info) { echo "
$subject
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
\n"; } // Open table begins function opentable($title) { echo "
$title
\n"; echo "
\n"; } // Close table end function closetable() { echo "
\n"; } function openside($title) { echo "\n"; } function opensidex($title,$state="on") { $boxname = str_replace(" ", "", $title); echo "
$title
".panelbutton($state,$boxname)."
"; tablebreak(); } // Table functions function tablebreak() { echo "
\n"; } ?>