var how_many_adsc_11 = 1;
var now = new Date()
var sec = now.getSeconds()
var adc11 = sec % how_many_adsc_11;
adc11 +=1;
adc11 = allAboutCookie("6rbBannerc11", how_many_adsc_11 );
widthc11='300';
heightc11='250';
if (adc11 ==1) {
var how_many_ad1_11 = 2;
var ad1_11 = sec % how_many_ad1_11;
ad1_11 +=1;
ad1_11 = allAboutCookie ("6rbBanner_11_1", how_many_ad1_11)
if (ad1_11 == 1){
txt_11= '';
url_11 = '';
flash_11 = 'http://www.6rb.com/cc/banners/b_rt4hxgy2051j9wb6.swf';
img_file_11 = '';
file_type_11 = 'flash';
}
if (ad1_11 == 2){
txt_11= '';
url_11 = '';
flash_11 = 'http://www.6rb.com/cc/banners/b_2rd4yfjn8hqw7603.swf';
img_file_11 = '';
file_type_11 = 'flash';
}}
var str =''
if ( file_type_11 == 'flash' ) {
str += '
';
str += '';
str += '';
} else {
if ( file_type_11 == 'html' ) {
str += '';
str += txt_11;
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('banner11').innerHTML = str;