
function RightslinkPopUp( title, date, author, contentid)
{       
	var url = "https://s100.copyright.com/AppDispatchServlet"; 
    var location = url 
    + "?publisherName=" + escape("TIME")
    + "&publication=" + escape("EW")
    + "&title=" + title
    + "&publicationDate=" + escape(date)
    + "&author=" + 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');
}
