hi i have this in my imformation.php side box

// test if box should display
if ($this_is_home_page) {
$show_information = true;
} else {
$show_information = false;
}

if ($show_information == true) {

unset($information);
works great if you only want to display imformation.php box in home page or any other box just change information with the name of the box

but maybe someone can help me i need to dislpay this side box in more pages too.....how can i add more pages to this script to have this box dislpay in other pages ?? i just want to be display in pages select from me

any help thank you