// JavaScript Document

function swapLink(where){

var location = document.getElementById('contentFrame')
location.src = where

}