function dartUK(){};
dartUK.svr = 'http://ad.uk.doubleclick.net';
dartUK.ptile=0;
dartUK.checkPtile=0;
dartUK.init = function()
{

}
dartUK.render = function ( code ) 
{
if(this.checkPtile==0 ) {
 this.ptile = ((typeof dartCount != 'undefined'))?dartCount:1;
 this.checkPtile=1;
}

if (typeof this.random == 'undefined')
{
	this.random = (''+new Date().getTime()).substring(4)+ (''+Math.random(1)).substring(2,6);
}

	if(code) {
	var dart_code = '<scri' + 'pt language="JavaScript" src="'+ this.svr + '/adj/'+ code + ';ptile=' + this.ptile + ';ord=' + this.random +'?" type="text/javascript"></scr' + 'ipt>';
	this.ptile++;
	document.write(dart_code);
	}
}
dartUK.init( );
