<!-- Hide script from older browsers 
	
function checkFrame(){

if(parent.frames.length==0){ 
  document.location="http://indmed.nic.in"
 }
}	
//-->