function frameset()
{
if (parent.frames.length != 0) 
	{
	// loaded in frames
	}
else
	{
document.cookie='rightframe=' + window.location.pathname + '; path=/; expires='; 
location.href = 'index.html'
	}
}


