/* ================================================================ 
Copyright (c) 2009 Pixelsix Limited. All rights reserved.
This js file and the associated (x)html MAY be modified and used in any way. 
We're really not that fussed, it's pretty simple js really.
You may use elements of this js file, but all instances must include a 
link back to pixelsix.com and a credit to the author.

Website: pixelsix.com
Author: Ashley, Pixelsix
================================================================= */

function One(){
document.getElementById("body").setAttribute("class", "One");
document.getElementById("ComingSoon").setAttribute("src", "images/One.jpg");
document.getElementById("EmailLink").setAttribute("class", "One");
}
function Two(){
document.getElementById("body").setAttribute("class", "Two");
document.getElementById("ComingSoon").setAttribute("src", "images/Two.jpg");
document.getElementById("EmailLink").setAttribute("class", "Two");
}
function Three(){
document.getElementById("body").setAttribute("class", "Three");
document.getElementById("ComingSoon").setAttribute("src", "images/Three.jpg");
document.getElementById("EmailLink").setAttribute("class", "Three");
}
function Four(){
document.getElementById("body").setAttribute("class", "Four");
document.getElementById("ComingSoon").setAttribute("src", "images/Four.jpg");
document.getElementById("EmailLink").setAttribute("class", "Four");
}
function Five(){
document.getElementById("body").setAttribute("class", "Five");
document.getElementById("ComingSoon").setAttribute("src", "images/Five.jpg");
document.getElementById("EmailLink").setAttribute("class", "Five");
}
function Six(){
document.getElementById("body").setAttribute("class", "Six");
document.getElementById("ComingSoon").setAttribute("src", "images/Six.jpg");
document.getElementById("EmailLink").setAttribute("class", "Six");
}
