function create_728_adtag(site,sect,sub){
	var newAdTag = '<sc'+'ript language=\'JavaScript1.1\'';
	newAdTag += 'SRC="http://iv.doubleclick.net/adj/nbcu.twop/twop_forums;';
	newAdTag += '!category=twop;site='+site+';sect='+sect+';sub='+sub;
	newAdTag += ';dcopt=ist;sz=728x90;pos=1;tile=1;ord=';
	newAdTag += Math.round(Math.random()*1000000000000);
	newAdTag += '?"></s'+'cript>';

	return newAdTag;
	}