function editPage()
{
document.body.style.background="#000 url('http://www.cnet.com.au/ads/skins/samsung.jpg') no-repeat scroll top";

mastheadElem = document.getElementById("masthead");
mastheadElem.style.display = "none";
 
wrapperElem = document.getElementById("wrapper");
wrapperElem.style.background = "none";

widthElem = document.getElementById("width");
widthElem.style.background = "none";

browsElem = document.getElementById("eyebrows-banner");
browsElem.style.background = "none";
browsElem.style.border = "none";

eyelinkElem = document.getElementById("eyebrows-banner").getElementsByTagName('p')[0].getElementsByTagName('a')[0];
eyelinkElem.style.color = "#ffffff";
}