//Break-out-of-frames script
//By Website Abstraction (http://wsabstract.com)
//Over 400+ free scripts here!

//if not in frames
if (parent.frames.length==0)
//CHANGE "index.htm" to the URL of your main frame page
window.location.replace("../index.html")
