/*	Anwendung:
	<a href=''  onclick='ct(this)'> </a>
*/

function ct(obj) {
obj.target = '_blank';
}
