<!-- Start Random spotlight script for cubes -->
<!-- Hide from older browsers
// Copyright © 2001 Susan Beasley
// Created by Susan Beasley (webmaster@primarygames.com)
// PrimaryGames.com - http://www.primarygames.com
// You may use this script as long as the comment lines remain intact.

var imagenumber = 4 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;
images1 = new Array
images1[1] = "http://www.primarygames.com/holidays/chinese/images/chinese_cube.gif"
images1[2] = "http://www.primarygames.com/holidays/valentines/images/valentine_cube.gif"
images1[3] = "http://www.primarygames.com/holidays/presidents/images/pres_cube.gif"
images1[4] = "http://www.primarygames.com/holidays/mlk/images/mlk_cube.gif"
var image1 = images1[rand1]

links1 = new Array
links1[1] = "http://www.primarygames.com/holidays/chinese/new_year.htm"
links1[2] = "http://www.primarygames.com/holidays/valentines/valentines.htm"
links1[3] = "http://www.primarygames.com/holidays/presidents/presidents.htm"
links1[4] = "http://www.primarygames.com/holidays/mlk/mlk.htm"
var link1 = links1[rand1]

sentence1 = new Array
sentence1[1] = "Get ready for the Year of the Ox with our games, coloring pages, and more in our Chinese New Year section."
sentence1[2] = "Happy Valentine's Day! Check out our games, coloring pages, and stationery in our holiday section."
sentence1[3] = "Celebrate Presidents' Day with our games, coloring pages, and stationery!"
sentence1[4] = "Celebrate Martin Luther King Day with our games, coloring pages, and stationery!"
var sentence1 = sentence1[rand1]
// -- End hiding script from old browsers -->
<!-- end random spotlight script for cubes -->