
RandomCPNumber = Math.round(Math.random() * 20000);
// tile = 0;


function writesextriviaad(site) {
	them = 'http://ad.doubleclick.net/N622/';

	if (site == 'tpa') {
		site = 'tampa';
	}
	if (site == 'sar') {
		site = 'sarasota';
	}
	if (site == 'atl') {
		site = 'atlanta';
	}
	if (site == 'cha') {
		site = 'charlotte';
	}
	if (site == 'chi') {
		site = 'chicago';
	}
	if (site == 'wdc') {
		site = 'washingtondc';
	}

	site += '.creativeloafing/';


		w = '215';
		h = '60';

	sz = 'sz=' + w + 'x' + h + ';';

	tile = '10';

//	var zone = zoneKW + ';';
//	zone += ';';
	zone = 'tease;';
	pg = 'pg=sexmain;';


 	path = '/' + site + zone + pg + sz + 'tile=' + tile + ';ord=' + RandomCPNumber + '?';
	iframe = '<iframe src="' + them + 'adi' + path + '" width="' + w + '" height="' + h + '" scrolling="no" frameborder="0">';
	href = '<a href="' + them + 'jump' + path + '">';
	img = '<img src="' + them + 'ad' + path + '" width="' + w + '" height="' + h + '" alt="">';
//	alert(type);
//	document.write('<h3>'+ tile + ' ' +  zone + '</h3>');
	document.write(iframe);
	document.write(href);
	document.write(img);
	document.write('</a>');
	document.write('</iframe>');


}


