var openInNewWin = true;
var banners = new Array();


banners[0] = new Banner("http://thepisstakers.com/archives/mainindex_files/Mybloglog-Sunday-week-2.html", "Week 2", "http://thepisstakers.com/imagez/mblsunday/mbls2.gif");
banners[1] = new Banner("http://thepisstakers.com/archives/mainindex_files/Mybloglog-Sunday-week-3.html", "Week 3", "http://thepisstakers.com/imagez/mblsunday/mbls3.gif");
banners[2] = new Banner("http://thepisstakers.com/archives/mainindex_files/6f2b6dcffd428da863d299bb517defcb-55.html", "Week 4", "http://thepisstakers.com/imagez/mblsunday/mbls4.gif");
banners[3] = new Banner("http://thepisstakers.com/archives/mainindex_files/d34c31bc44173bd8f4bc1d1cd206ac79-64.html", "Week 5", "http://thepisstakers.com/imagez/mblsunday/mbls5.gif");
banners[4] = new Banner("http://thepisstakers.com/archives/mainindex_files/MyBlogLog-Sunday-week-6.html", "Week 6", "http://thepisstakers.com/imagez/mblsunday/mbls6.jpg");
banners[5] = new Banner("http://thepisstakers.com/archives/mainindex_files/MyBlogLog-Sunday-Week-7.html", "Week 7", "http://thepisstakers.com/imagez/mblsunday/mbls7.jpg");
banners[6] = new Banner("http://thepisstakers.com/archives/mainindex_files/MyBlogLog-Sunday-Week-8.html", "Week 8", "http://thepisstakers.com/imagez/mblsunday/mbls8.gif");
banners[7] = new Banner("http://thepisstakers.com/archives/mainindex_files/711baae9e50324f20aad303565ccd533-84.html", "Week 9", "http://thepisstakers.com/imagez/mblsunday/mbls9.gif");
banners[8] = new Banner("http://thepisstakers.com/archives/mainindex_files/edd9c8240bb05a7560ee60052ec44c80-88.html", "Week 10", "http://thepisstakers.com/imagez/mblsunday/mbls10.gif");
banners[9] = new Banner("http://thepisstakers.com/archives/mainindex_files/MyBlogLog-Sunday-Week-11.html", "Week 11", "http://thepisstakers.com/imagez/mblsunday/mbls11.gif");
banners[10] = new Banner("http://thepisstakers.com/archives/mainindex_files/f538762243b1801becf03d2ceb47cb0e-96.html", "Week 12", "http://thepisstakers.com/imagez/mblsunday/mbls12.gif");
banners[11] = new Banner("http://thepisstakers.com/archives/mainindex_files/eeb7b1ed6a2e9fb52ffbd50805ab4d6f-98.html", "Week 13", "http://thepisstakers.com/imagez/mblsunday/mbls13.gif");
banners[12] = new Banner("http://thepisstakers.com/archives/mainindex_files/MyBlogLog-Sunday-week-14.html", "Week 14", "http://thepisstakers.com/imagez/mblsunday/mbls14.gif");
banners[13] = new Banner("http://thepisstakers.com/archives/mainindex_files/MyBlogLog-Sunday-week-15.html", "Week 15", "http://thepisstakers.com/imagez/mblsunday/mbls15.gif");
banners[14] = new Banner("http://thepisstakers.com/archives/mainindex_files/MyBlogLog-Sunday-week-16.html", "Week 16", "http://thepisstakers.com/imagez/mblsunday/mbls16.gif");
banners[15] = new Banner("http://thepisstakers.com/archives/mainindex_files/MyBlogLog-Sunday-week-17.html", "Week 17", "http://thepisstakers.com/imagez/mblsunday/mbls17.gif");
banners[16] = new Banner("http://thepisstakers.com/archives/mainindex_files/MyBlogLog-Sunday-week-18.html", "Week 18", "http://thepisstakers.com/imagez/mblsunday/mbls18.gif");

function Banner(url, description, image) {
			this.url = url;
			this.description = description;
			this.image = image;
			return this;

}

var bNum = Math.round(Math.random() * (banners.length - 1));

	document.write("<div class=\"qod\" style=\"border:2px solid; position:relative; font-family:'Helvetica Neue'; \"><div style=\"border-bottom:2px solid; background:#36c url\(http:\/\/www.thepisstakers.com\/imagez\/qod_bg.gif\) left top repeat-x;\"><a style=\"display:block; height:50px; line-height:50px; margin:0; padding:0; padding-right:5px; text-align:right; text-decoration:none; color: #fff; font-size:11px; font-weight: bold; background: transparent url\(http:\/\/www.thepisstakers.com\/imagez\/qod_head.gif\) left top no-repeat; overflow:hidden;\" href=\"http:\/\/www.thepisstakers.com/mybloglogsunday/internet-buzz.html\" rel=\"external\" title=\"10 mini blog reviews from MyBlogLog Sunday\">MyBlogLog roll!<\/a><\/div>")
	document.write("<a style=\"display:block; padding:5px; font-weight:bold; text-align:justify; font-size:11px; line-height:16px;\" href=\"" + banners[bNum].url + "\"");
		if (openInNewWin) {
			document.write(" target=\"_blank\"");
		}
		document.write(">");
		document.write("<img src=\"" + banners[bNum].image + "\" border=\"0\" alt=\"" + banners[bNum].description + "\">");
			document.write("</a>");
	document.write("<div style=\"border-top:2px solid;\"><a style=\"display:block; background-color:#666; color:#fff; font-family:'Helvetica Neue'; text-decoration:none; margin:0; padding:5px; padding-top:0; padding-bottom:3px; font-size:10px; \" href=\"http:\/\/www.bonsai-studio.net\" rel=\"external\" title=\"Professional RapidWeaver themes and websites\">powered by <br \/> ((( Bonsai Studio )))<\/a><\/div><\/div>")