I am using multiple loops on my frontpage template.
The last loop is this:
<?php query_posts('cat=115&showposts=3'); ?>
But the whole page is now named after the last loop in the title. How do I make the first loop the "main" loop which alters the title?