function img_on(i) { if (document.images) { document[i].src = "/wp-content/themes/childs_place/images/nav/" + i + "_over.jpg"; } }
function img_off(i) { if (document.images) { document[i].src = "/wp-content/themes/childs_place/images/nav/" + i + ".jpg"; } }

var imgSet=new Array()
imgSet[0] = "a"
imgSet[1] = "b"
imgSet[2] = "c"
imgSet[3] = "d"
selectedSet = imgSet[Math.floor(Math.random()*imgSet.length)]
if (selectedSet == "a" ) { mastImg1 = "mast_sub_01a.jpg"; mastImg2 = "mast_sub_02a.jpg"; mastImg3 = "mast_sub_03a.jpg"; }
else if (selectedSet == "b" ) { mastImg1 = "mast_sub_01b.jpg"; mastImg2 = "mast_sub_02b.jpg"; mastImg3 = "mast_sub_03b.jpg"; }
else if (selectedSet == "c" ) { mastImg1 = "mast_sub_01c.jpg"; mastImg2 = "mast_sub_02c.jpg"; mastImg3 = "mast_sub_03c.jpg"; }
else if (selectedSet == "d" ) { mastImg1 = "mast_sub_01d.jpg"; mastImg2 = "mast_sub_02d.jpg"; mastImg3 = "mast_sub_03d.jpg";}
else { mastImg1 = "mast_sub_01a.jpg"; mastImg2 = "mast_sub_02a.jpg"; mastImg3 = "mast_sub_03a.jpg"; }
function writeImage1() { document.write ("<img src=\"/wp-content/themes/childs_place/images/mast/" +mastImg1 + "\" width=\"290\" height=\"216\" \/>"); }
function writeImage2() { document.write ("<img src=\"/wp-content/themes/childs_place/images/mast/" +mastImg2 + "\" width=\"509\" height=\"140\" \/>"); }
function writeImage3() { document.write ("<img src=\"/wp-content/themes/childs_place/images/mast/" +mastImg3 + "\" width=\"5\" height=\"76\" \/>"); }

// ########################  COPYRIGHT DATE - Used in footer  ########################


function cdate() {
var today = new Date();
year = today.getFullYear();
document.write(year); }
