if(document.URL.indexOf('?') < 0) {
	nd_query = "";
}	
else {
	nd_query = "&" + document.URL.substring(document.URL.indexOf('?')+1, document.URL.length);
}
if(typeof nd_pressroom !== "undefined") {
	nd_query += "&nd_pressroom=" + nd_pressroom;
}
document.write('<' + 'script LANG' + 'UAGE="JavaScript" src="http://www.mynewsdesk.com/external/remote_pressroom?nd_ukey=' + nd_ukey + nd_query + '"><' + '/script>');