// JavaScript Document

startList = function() 
{
	
}

window.onload=startList;

/* sidebar images hover code */
Image2 = new Image(75,50); Image2.src = "/wp-content/uploads/thumb-sophie2.jpg"
Image1 = new Image(75,50); Image1.src = "/wp-content/uploads/thumb-oscar4.jpg"
Image3 = new Image(75,50); Image3.src = "/wp-content/uploads/thumb-gus2.jpg"
Image4 = new Image(75,50); Image4.src = "/wp-content/uploads/thumb-tootsie2.jpg"
Image5 = new Image(75,50); Image5.src = "/wp-content/uploads/thumb-snickers.jpg"
Image6 = new Image(75,50); Image6.src = "/wp-content/uploads/thumb-snickers2.jpg"
Image7 = new Image(75,50); Image7.src = "/wp-content/uploads/thumb-chicken.jpg"
Image8 = new Image(75,50); Image8.src = "/wp-content/uploads/thumb-charlotte.jpg"
Image9 = new Image(75,50); Image9.src = "/wp-content/uploads/thumb-charlie.jpg"
Image10 = new Image(75,50); Image10.src = "/wp-content/uploads/thumb-izzy3.jpg"
Image11 = new Image(75,50); Image11.src = "/wp-content/uploads/thumb-hens.jpg"
Image12 = new Image(75,50); Image12.src = "/wp-content/uploads/thumb-bucket.jpg"

function SwapImage( imgObj, swapImg )
{
    imgObj.src = swapImg.src; return true;
}

