// Text Ad
function show_textad() {
var t=new Array();
var l=new Array();

t[0]='xVOD.us - Adult Video on Demand';
l[0]='http://www.xvod.us/';

t[1]='Watch over 70,000 Adult DVDs Online';
l[1]='http://www.xvod.us/';

t[2]='Watch over 100,000 Pornstar Videos Online';
l[2]='http://www.xvod.us/';

t[3]='PornstarVOD - Pornstar Video on Demand';
l[3]='http://www.nscash.com/hit.php?w=115501&s=61&p=2&t=main';

t[4]='Elite Viagra - Buy Cheap Viagra Online';
l[4]='http://www.eliteviagra.com/';

t[5]='HERBAL VIAGRA - 100% Natural Viagra Pills';
l[5]='http://www.eliteviagra.com/product/herbal-viagra.html';

t[6]='Buy PENISOLE - 100% Natural Penis Enlargement Pill';
l[6]='http://www.eliteviagra.com/product/penisole.html';

t[7]='36 BEAUTY - 100% Natural Breast Enlargement';
l[7]='http://www.eliteviagra.com/product/36-beauty.html';

t[8]='Get rid of stress with 100% herbal pill';
l[8]='http://www.eliteviagra.com/product/ashwafera.html';

t[9]='Female Viagra - Get Her Horny Tonight!';
l[9]='http://www.eliteviagra.com/product/female-viagra.html';

t[10]='Cialis - Better than Viagra!';
l[10]='http://www.eliteviagra.com/product/cialis.html';

t[11]='Viagra Professional - Extra Strength & Longer Effects';
l[11]='http://www.eliteviagra.com/product/viagra-professional.html';

s = Math.floor(Math.random() * t.length);
document.write('<a href="'+l[s]+'" target="_blank" />'+t[s]+'</a>');
}

// Dating
function show_dating() {
var d=new Array();

//d[0]='<iframe src="http://promos.fling.com/geo/custom/home.htm?prg=1&id=mega023&t=best&thumb_size=large&txt_pos=left&fontface=arial&headerfontsize=4&fontsize=2&bgcolor=none&fontcolor='+text_color+'&linkcolor='+link_color+'&num_thumbs=1&header=yes&showname=yes&showage=yes&showcity=yes&orientation=vertical&rated=R&popnew=yes&showstate=yes&showbottomlink=yes&num_rows=5&img_type=animated&num_animated=40&cmp='+site_name+'" name="frame1" width="160" height="1084" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" allowTransparency="true"></iframe>';
//d[1]='<iframe src="http://promo.ulust.com/cgb/?wm_login=awmzone&s=ulust&sub=blogs-ps&ps=r&tg=new&r=5&c=1&nm=y&ag=y&ct=y&st=y&tp=33&linksize=5&linkcolor='+link_color+'&textsize=3&textcolor='+text_color+'&fontface=arial&bgcolor=FFFFFF&sz=large" height="1069" width="195" marginheight="0" marginwidth="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>';
//d[2]='<iframe src="http://affiliateprograms.hookup.com/ads/default/skyscraper/?nats=NDMwOjY6MQ,0,0,0,4" scrolling="no" frameborder="0" allowtransparency="true" height="770" width="220"></iframe>';
//d[3]='<iframe src="http://ard.xxxblackbook.com/geoprofiles2/iframe.php?tid=35901-6da1407d47ede5ceb57c0e2a433d88fa&r=lc151480&ard=10794" style="border: 0px; overflow-x: hidden;overflow-y: hidden; width: 120px; height: 600px;" width="120" height="600" scrolling="no" frameborder="0" ></iframe>';
d[0]='<iframe src="http://ard.xxxblackbook.com/geoprofiles/iframe.php?bio=1&ol=1&buttons=1&name=1&location=1&header=1&header_text=Get+Laid+Now+In+%23CITY%23&cols=1&rows=4&lnp=1&skin=66&ard=7152&r=lc151480&s_params=%3Fc%3Dlandingpages%26a%3Dv4" width="190" height="900" frameborder="0" scrolling="no" frameborder="0" ></iframe>';

s = Math.floor(Math.random() * d.length);
document.write(d[s]);
}

// SkyScraper
function show_skyscraper() {
var ss=new Array();

ss[0]='<iframe src="http://banners.virtuagirlhd.com/rotating_banner.php?size=160x600&ids=32603" width="160" height="600" frameborder="0" scrolling="no" allowtransparency="true"></iframe>';
ss[1]='<a href="http://join.hookup.com/track/NDMwOjY6MQ/" target="_blank"><img src="http://join.hookup.com/banners/56.gif" width="120" height="600" border="0" alt="Hook Up"></a>'
ss[2]='<iframe src="http://flashbanners.static.ard.xxxblackbook.com/flashbanners/index.html?file=120x600_251108_a5.1.swf&width=120&height=600&ard=10812&r=lc151480&params=%3Fs%3Dhottlist%26ard%3D10812%26r%3Dlc151480%26gdr%3D2%26and_options%5B%5D%3D763%26rand%3D1" width="120" height="600" scrolling="no" frameborder="0" ></iframe>';

s = Math.floor(Math.random() * ss.length);
document.write(ss[s]);
}


