	<!--

	offImage = new Array()
	onImage = new Array()

	offImage[0] = new Image(99,79)
	offImage[0].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_02.gif"

	onImage[0] = new Image(99,79)
	onImage[0].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_02.gif"

	offImage[1] = new Image(126,79)
	offImage[1].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_03.gif"

	onImage[1] = new Image(126,79)
	onImage[1].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_03.gif"

	offImage[2] = new Image(166,79)
	offImage[2].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_04.gif"	

	onImage[2] = new Image(166,79)
	onImage[2].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_04.gif"

	offImage[3] = new Image(117,79)
	offImage[3].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_05.gif"

	onImage[3] = new Image(117,79)
	onImage[3].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_05.gif"

	offImage[4] = new Image(81,79)
	offImage[4].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_06.gif"

	onImage[4] = new Image(74,79)
	onImage[4].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_06.gif"

	offImage[5] = new Image(88, 36)
	offImage[5].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_07.gif"

	onImage[5] = new Image(88,36)
	onImage[5].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_07.gif"

	offImage[6] = new Image(88,43)
	offImage[6].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_08.gif"

	onImage[6] = new Image(88,43)
	onImage[6].src="http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_08.gif"

function returnObjById( id ) 
{ 
    if (document.getElementById) 
        var returnVar = document.getElementById(id); 
    else if (document.all) 
        var returnVar = document.all[id]; 
    else if (document.layers) 
        var returnVar = document.layers[id]; 
    return returnVar; 
}
	

	function switchOn(i){
		returnObjById("img"+i).src=onImage[i].src;
		return true;
	}

	function switchOff(i){
		returnObjById("img"+i).src=offImage[i].src;
		return true;
	}

if (document.images)
    {
      preload_image_object = new Image();
	// set image url
	image_url = new Array();
	image_url[0] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_01.gif";
	image_url[1] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_01.gif";
	image_url[2] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_02.gif";
	image_url[3] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_02.gif";
	image_url[4] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_03.gif";
	image_url[5] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_03.gif";
	image_url[6] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_04.gif";
	image_url[7] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_04.gif";
	image_url[8] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_05.gif";
	image_url[9] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_05.gif";
	image_url[10] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_06.gif";
	image_url[11] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_06.gif";
	image_url[12] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-off_07.gif";
	image_url[13] = "http://www.splendidsocial.com/wp-content/themes/splendid/images/header/header-on_07.gif";

       var i = 0;
       for(i=0; i<=3; i++) 
         preload_image_object.src = image_url[i];
    }

	-->

