// FRAME BREAKER IS FOR ANOTHER SITE STEALING CONTENT - URL HAS TO BE SPECIFICALLY INCLUDED

var newwindow;
var wheight = 0, wwidth = 0;
var message='';

if (location.href.indexOf("factorydirectbikes.com") == -1) {
window.location.href="http://www.factorydirectbikes.com";
}
if (location.href.indexOf("cache") != -1) {
window.location.href="http://www.factorydirectbikes.com";
}
var caught = 0;
if (top.frames.length != 0) {
caught++;
	if (caught != 0) 	{
	top.location=self.document.location;
	}
}
/* ------------------------------------- */
function bof() {		// breakout_of_frame
	if (top.location != location) {top.location.href = document.location.href ;}
}

