

//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("hrt2006_index.html")

