if(window.parent != window) {
	var newLoc=location.href+'#noframe';
	document.write('<input type="button" value="Exit Frame" class="btn" onclick="javascript:top.location.href=\''+newLoc+'\'">&nbsp;');
}
