
if (document.images) {
classesoff = new Image
playgroundoff = new Image
campoff = new Image
boutiqueoff = new Image
birthdaysoff = new Image
bt_continueoff = new Image

classeson = new Image
playgroundon = new Image
campon = new Image
boutiqueon = new Image
birthdayson = new Image
bt_continueon = new Image

classesoff.src = "/images/landing_page/th_bt_classes.gif"
playgroundoff.src = "/images/landing_page/th_bt_playground.gif"
campoff.src = "/images/landing_page/th_bt_camp.gif"
boutiqueoff.src = "/images/landing_page/th_bt_boutique.gif"
birthdaysoff.src = "/images/landing_page/th_bt_birthdays.gif"
bt_continueoff.src = "/images/landing_page/th_bt_continue.gif"

classeson.src = "/images/landing_page/th_bt_classes_r.gif"
playgroundon.src = "/images/landing_page/th_bt_playground_r.gif"
campon.src = "/images/landing_page/th_bt_camp_r.gif"
boutiqueon.src = "/images/landing_page/th_bt_boutique_r.gif"
birthdayson.src = "/images/landing_page/th_bt_birthdays_r.gif"
bt_continueon.src = "/images/landing_page/th_bt_continue_r.gif"

}
else {

classesoff =  " "
playgroundoff =  " "
campoff =  " "
boutiqueoff =  " "
birthdaysoff =  " "
bt_continueoff =  " "

classeson =  " "
playgroundon =  " "
campon =  " "
boutiqueon =  " "
birthdayson =  " "
bt_continueon =  " "

document.classes =  " "
document.playground =  " "
document.camp =  " "
document.boutique =  " "
document.birthdays =  " "
document.bt_continue =  " "


}
