

//Break-out-of-frames script
//By JavaScript Kit (http://javascriptkit.com)
//Over 400+ free scripts here!

//if not in frames


if (parent.frames.length==0)
window.location.replace("holford_2008_index.html")


if (navigator.userAgent.indexOf("Firefox")!=-1)
document.write('<link rel="stylesheet" type="text/css" href="style/holford_2008_style_firefox.css">')
if (navigator.userAgent.indexOf("MSIE")!=-1)
document.write('<link rel="stylesheet" type="text/css" href="style/holford_2008_style.css">')

	 
