var how_many_adsc_15 = 1;
var now = new Date()
var sec = now.getSeconds()
var adc15 = sec % how_many_adsc_15;
adc15 +=1;
adc15 = allAboutCookie("6rbBannerc15", how_many_adsc_15 );
widthc15='160';
heightc15='600';
if (adc15 ==1) {
var how_many_ad1_15 = 2;
var ad1_15 = sec % how_many_ad1_15;
ad1_15 +=1;
ad1_15 = allAboutCookie ("6rbBanner_15_1", how_many_ad1_15)
if (ad1_15 == 1){
txt_15= '';
url_15 = '';
flash_15 = 'http://www.6rb.com/cc/banners/b_fx5z384w9tpyhm71.swf';
img_file_15 = '';
file_type_15 = 'flash';
}
if (ad1_15 == 2){
txt_15= '';
url_15 = '';
flash_15 = 'http://www.6rb.com/cc/banners/b_7y9kqcjmnst6xbd4.swf';
img_file_15 = '';
file_type_15 = 'flash';
}}
var str =''
if ( file_type_15 == 'flash' ) {
str += '
';
str += '';
str += '';
} else {
if ( file_type_15 == 'html' ) {
str += '';
str += txt_15;
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('banner15').innerHTML = str;