<!--

//used in portfolio work pages
//change iframe location without adding to history

function changeFrame(theURL){
frames['adspace'].document.location.replace(theURL);

}

//-->