$pageIdentifier = preg_replace('/\W+/','',strtolower(strip_tags(get_the_title()))); $imageIdentifier = "homelogo"; $bgColour = "#FFF1C4"; switch ($pageIdentifier) { case "home": case "thulamama": $imageIdentifier = "thulamamalogo"; $bgColour = "#F6E1DE"; break; case "pianist": $imageIdentifier = "pianistlogo"; $bgColour = "#B5D4B7"; break; case "livejunction": $imageIdentifier = "ljlogo"; $bgColour = "#FEDDAF"; break; case "teaching": $imageIdentifier = "teachinglogo"; $bgColour = "#DCEFEF"; break; case "suzuki": $imageIdentifier = "suzukilogo"; $bgColour ="#FFF8BB"; break; default: break; } ?>