(function(){
parent.window.over30listo = function(el,s,l){
el.href="http://www.over30list.com/cgi-bin/atx/out.cgi?s=" + s + "&c=1&l=" + l + "&u="+ el.href;
el.onmousedown="";return true;};
})();
(function(){
parent.window.over30listt = function(el,i,t){
el.href="http://www.over30list.com/cgi-bin/atx/out.cgi?id=" + i + "&tag=" + t + "&trade="+ el.href;
el.onmousedown="";return true;};
})();
(function(){
parent.window.over30listc = function(el){
if (getover30listcookie('over30listpage') == 'thumbs' && el.href.indexOf('thumbs') == -1 && el.href.indexOf('-video') == -1 ) el.href = el.href + "thumbs/";
el.onmousedown="";return true;};
})();
function over30listprintdate() {
var over30listmonthnames = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var over30listdt = new Date();
var over30listy  = over30listdt.getYear();
if (over30listy < 1000) over30listy +=1900;
return over30listmonthnames[over30listdt.getMonth()] + " " + over30listdt.getDate() + ", " + over30listy;
}
function setover30listcookie(name,value) {
var date = new Date();
date.setTime(date.getTime()+(365*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
document.cookie = name+"="+value+expires+"; path=/";
}
function getover30listcookie( name ){	
var start = document.cookie.indexOf( name + "=" );
var len = start + name.length + 1;
if ( ( !start ) &&
( name != document.cookie.substring( 0, name.length ) ) )
{
return null;
}
if ( start == -1 ) return null;
var end = document.cookie.indexOf( ";", len );
if ( end == -1 ) end = document.cookie.length;
return unescape( document.cookie.substring( len, end ) );
}
function over30listunique(a) {
tmp = new Array(0);
for(i=0;i<a.length;i++){
if(!over30listcontains(tmp, a[i])){
tmp.length+=1;
tmp[tmp.length-1]=a[i];
}
}
return tmp;
}
function over30listshowwebmasterlink () {
document.write('<a target="_blank" href="'+unescape( "%68%74%74%70%3A%2F%2F%77%77%77%2E%69%6E%78%69%6F%2E%63%6F%6D%2F" ) +'">Webmasters</a>');
}

// Footer banner - start

updateFooterBanner();

function updateFooterBanner() {
	var div = document.getElementById("over30listfooter");
	if (div!=null) {
		div.innerHTML =
			"<div id=\"over30listfooterbanner\" style=\"width: 975px; margin: 0 auto; margin-bottom: 10px;\">"+
			"<iframe width=\"900\" scrolling=\"no\" height=\"250\" frameborder=\"0\" src=\"http://ads.brazzers.com/38x/?ad=pussy900x250\" allowtransparency=\"true\" marginheight=\"0\" marginwidth=\"0\" name=\"over30list\"></iframe>"+
			"</div>"+
			div.innerHTML;
	} else {
		setTimeout("updateFooterBanner()", 200);
	}
}

// Footer banner - end