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


banners[0] = new Banner("http://tradinggoddess.blogspot.com/2007/03/scientific-cash-asset-management.html#links", "", "With SCAM software you're only one step away from financial freedom, courtesy of Trading Goddess.");
banners[1] = new Banner("http://www.larryhnetka.com/wordpress/archives/2007/03/09/blog-juice/", "", "I followed the links to Blog Juice from Larry HNetka's post and felt the need to give up blogging");
banners[2] = new Banner("http://digitalmail.blogspot.com/2006/12/tools-for-bloggers.html", "", "Digital I.T. has many novel tips about tech and blogging. And they work. ");
banners[3] = new Banner("http://blog.jeffkee.com/2007/03/22/mac-macbook-windows-pc-better-debate/", "", "Two Type of Mac Users - Mac Users vs iFags - not for the faint hearted.");
banners[4] = new Banner("http://www.wmdtalk.com/", "", "Trae launched WMD Talk a while back. It's a forum to jabber about all things SEO and internet, plus free movie downloads. ");
banners[5] = new Banner("http://malaysian-agloco.blogspot.com/", "", "Steve Yu is an enthusiastic Uni student from Malaysia, taking time out of his hectic study schedule to blog about Agloco, photoshop a dot com mogul & run his own version of MyBlogLog Sunday. ");
banners[6] = new Banner("http://www.mathpoints.com/", "", "Andy at MathPoints is an Ontario-based internet operative with an excellent handle on Google news and the ways of Web 2.0. On April Fools Day, Technorati was renamed trite nacho.");
banners[7] = new Banner("http://31-day-challenge.blogspot.com/2007/03/day-5-earnings.html", "", "By Day 5 of her 31-day money making challenge, Leesha earnt $6.64 in a day. By Friday, day 6 she was over $7 for the day. Extrapolating, she should have hit $9 by Sunday, but it seems she doesn't do weekends. ");
banners[8] = new Banner("http://www.mybloglog.com/", "", "Eric is a video gaming, web developing post-punk pop fan. He also started a small community site that Yahoo quite liked the look of.");
banners[9] = new Banner("http://agloco-tm.blogspot.com/", "", "Hfadzli has his Agloco view bar running and I apologise for doubting the source of his future wealth, labeling it a hoax. Now he is in the money he can sponsor the Pisstakers!");
banners[10] = new Banner("editor@thepisstakers.com", "", "Send Ed a URL to the best article you wrote recently on your tech / blogging tips site. Smile, you just went viral. Install this widget on your blog and treat your readers to a broad spectrum of tech posts.");
banners[11] = new Banner("http://www.beyondthepod.com/how/", "", "Instead of making the kids go hungry so you can get yet another spanky new iPod, sell your current one via Beyond the Pod. Their blog is indepth too, if iPod & music is your thing.");



function Banner(url, description, quote) {
	this.url = url;
	this.description = description;
	this.quote = quote;
	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:\/\/thepisstakers.com/weekly/webtech3oct06.html\" rel=\"external\" title=\"Good tech sites reviewed in MyBlogLog Sunday!\">Tech blogs!<\/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("<span class=\"quote\">" + banners[bNum].quote + "</span>" + "<br />" + 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>")