<script type='text/javascript'>
		function inIframe () {
			try {
				return window.self !== window.top;
			} catch (e) {
				return true;
			}
		}
		
		if(!inIframe()) {
			document.location = 'view.php#works';
		}
	</script><div class="horizontal-center width-90percent"><h3 style="font-family:tahoma;margin:0px;">Nothing available yet!</h3></div>