function getCopyrights() { 
var temp = "";
for(var i=0; i < pld["pref"].Copy.length; ++i) { 
temp = temp + pld["pref"].Copy [i] + "<br \/>\n"; 
}
return temp;
}
