function RightslinkPopUp( title, date, author, contentid)
	{       
        var url = "https://s100.copyright.com/AppDispatchServlet"; 
        var location = url 
                + "?publisherName=" + escape("TIME")
                + "&publication=" + escape("TIME")
                + "&title=" + escape(title)
                + "&publicationDate=" + escape(date)
                + "&author=" + escape(author)
                + "&contentID=" + escape(contentid)
                + "&orderBeanReset=true"
  
        PopUp = window.open( location,'Rightslink','location=no,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=550');
        }
