function checkFrame()
{
  //alert(top.location + ' ' + self.document.location);
	if (top.location == self.document.location)
	{
		var amp = '&';
		var query = document.location.search;
		top.location = "http://www.studiocine.com/index_page.php?page=" + self.document.location;
		//top.location = "http://www.studiocine.com/index_page.php?page=" + self.document.location + '&querystring=' + query.replace(/&/, '@');
	}
}
checkFrame();

