// Set how often home page changes - in seconds (recommended period is 86400 for 24 hours) $lockperiod = 86400; $filename = array (); $filename[0] = 'it_takes_money_to_love_the_kids.html'; $filename[1] = 'a_day_care_starter_kit.html'; $filename[2] = 'coming_home_from_day_care_a_better_person.html'; $filename[3] = 'cultivating_the_emotions.html'; $filename[4] = 'daily_life_in_your_day_care.html'; $filename[5] = 'discipline_at_day_care.html'; $filename[6] = 'effective_preparation_to_start_your_day_care.html'; $filename[7] = 'freeing_your_day_care_workers_to_love_the_children.html'; $filename[8] = 'good_habits_are_formed_when_lead_by_example.html'; $filename[9] = 'good_habits_must_be_reinforced_to_endure.html'; $filename[10] = 'great_day_care_workers_for_a_great_day_care.html'; $filename[11] = 'habits_of_infancy_and_childhood.html'; $filename[12] = 'happy_kids_happy_day_care.html'; $filename[13] = 'if_you_build_it_they_will_come.html'; $filename[14] = 'insider_tips_from_the_day_care_gurus.html'; $filename[15] = 'intervention_in_the_terrible_twos.html'; $filename[16] = 'is_a_franchise_the_way_to_go_with_your_new_daycare.html'; $filename[17] = 'because_you_can_do_it_better.html'; $filename[18] = 'maxims_on_forming_and_overcoming_habits.html'; $filename[19] = 'more_than_a_day_care.html'; $filename[20] = 'networking_to_build_your_day_care_business.html'; $filename[21] = 'positive_versus_negative_training_of_children.html'; $filename[22] = 'starting_your_day_care_at_home.html'; $filename[23] = 'the_malleable_age_of_childhood.html'; $filename[24] = 'the_meaning_of_consciousness.html'; $filename[25] = 'the_basics_of_starting_a_day_care.html'; $filename[26] = 'the_five_must_haves_to_start_a_day_care.html'; $filename[27] = 'the_grown_up_work_of_running_a_day_care.html'; $filename[28] = 'things_to_think_about_when_starting_a_home_based_day_care.html'; $filename[29] = 'when_separation_anxiety_strikes_your_day_care.html'; $filename[30] = 'who_what_when_where_and_how_to_start_a_day_care_center.html'; $filename[31] = 'why_start_your_own_day_care_center.html'; $filename[32] = 'your_computer_as_day_care_worker.html'; $filename[33] = 'your_day_care_business_plan.html'; $randpos = (intval(time() / $lockperiod)) % 34; $filepath = $f