// Set how often home page changes - in seconds (recommended period is 86400 for 24 hours) $lockperiod = 86400; $filename = array (); $filename[0] = 'cooking_with_children.html'; $filename[1] = 'gluten_free_cooking.html'; $filename[2] = 'cooking_basics_for_beginners.html'; $filename[3] = 'cooking_classes_for_the_masses.html'; $filename[4] = 'cooking_for_crowds_shouldnt_be_a_frightening_proposition.html'; $filename[5] = 'cooking_for_little_ones.html'; $filename[6] = 'cooking_for_one.html'; $filename[7] = 'cooking_for_special_occasions.html'; $filename[8] = 'cooking_for_sunday_dinner.html'; $filename[9] = 'cooking_for_two.html'; $filename[10] = 'cooking_on_a_george_foreman_grill.html'; $filename[11] = 'cooking_on_the_grill.html'; $filename[12] = 'microwave_cooking_is_the_wave_of_the_future.html'; $filename[13] = 'once_a_month_cooking.html'; $filename[14] = 'cooking_cajun_food.html'; $filename[15] = 'healthy_cooking_is_a_must_for_families.html'; $filename[16] = 'italian_cooking_in_american_kitchens.html'; $filename[17] = 'low_carb_cooking.html'; $filename[18] = 'trouble_free_cooking.html'; $filename[19] = 'the_wonderful_tools_of_cooking.html'; $filename[20] = 'southern_cooking_brings_soul_to_food.html'; $filename[21] = 'quick_and_easy_lunches_for_the_cooking_challenged.html'; $filename[22] = 'pleasure_cooking.html'; $filename[23] = 'gourmet_cooking_for_pleasure.html'; $filename[24] = 'beat_the_summer_heat_with_crock_pot_cooking.html'; $randpos = (intval(time() / $lockperiod)) % 25; $filepath = $filename[$ran
Free Web Hosting by BlackAppleHost.com, a free web hosting division of WiredHub.net