// Load lead tabs //
image1 = new Image();
image1.src = "/images/tabs/Top_Stories-off.png";

image2 = new Image();
image2.src = "/images/tabs/Top_Stories-on.png";

image3 = new Image();
image3.src = "/images/tabs/Video-off.png";

image4 = new Image();
image4.src = "/images/tabs/Video-on.png";

image5 = new Image();
image5.src = "/images/tabs/Photos-off.png";

image6 = new Image();
image6.src = "/images/tabs/Photos-on.png";