var how_many_adsc_21 = 1;
var now = new Date()
var sec = now.getSeconds()
var adc21 = sec % how_many_adsc_21;
adc21 +=1;
adc21 = allAboutCookie("6rbBannerc21", how_many_adsc_21 );
widthc21='720';
heightc21='90';
if (adc21 ==1) {
var how_many_ad1_21 = 1;
var ad1_21 = sec % how_many_ad1_21;
ad1_21 +=1;
ad1_21 = allAboutCookie ("6rbBanner_21_1", how_many_ad1_21)
if (ad1_21 == 1){
txt_21= '';
url_21 = '';
flash_21 = 'http://www.6rb.com/cc/banners/b_1g50hx86r9dnqwpm.swf';
img_file_21 = '';
file_type_21 = 'flash';
}}
var str =''
if ( file_type_21 == 'flash' ) {
str += '
';
str += '';
str += '';
} else {
if ( file_type_21 == 'html' ) {
str += '';
str += txt_21;
str += '
';
} else {
str += '';
str += '';
str += '
';
str += '';
}
}
function SetCookie(cookieName,cookieValue,nDays) {
var today = new Date();
var expire = new Date();
if (nDays==null || nDays==0)
nDays=1;
expire.setTime(today.getTime() + 3600000*24*nDays);
document.cookie = cookieName+"="+escape(cookieValue) + ";expires="+expire.toGMTString();
}
function ReadCookie(cookieName) {
var theCookie=""+document.cookie;
var ind=theCookie.indexOf(cookieName);
if (ind==-1 || cookieName=="") return "";
var ind1=theCookie.indexOf(';',ind);
if (ind1==-1) ind1=theCookie.length;
return unescape(theCookie.substring(ind+cookieName.length+1,ind1));
}
function allAboutCookie (co_name, nu_of_elements) {
var cookieVar = ReadCookie(co_name);
var newCookie = 0;
if (cookieVar >= nu_of_elements || isNaN(cookieVar) || cookieVar == null || cookieVar =='' ) {
newCookie = 1;
} else {
intCookie = parseInt(cookieVar);
newCookie = intCookie+1;
}
SetCookie(co_name, newCookie, 3);
return newCookie;
}
document.getElementById('banner21').innerHTML = str;