
		
			var openInNewWin = true;
			var banners = new Array();
			banners[0] = new Banner("http://www.thepisstakers.com/files/Comment-or-die.html", "Leave a comment on your favorite blogs, even if it is just to say you read them regularly.", "http://www.thepisstakers.com/imagez/commentordie115.gif");
			banners[1] = new Banner("http://www.planetdan.net/blog/2004/10/worst-typo-ever.htm", "The absolute worst typo ever, and it was on a business email too", "http://www.thepisstakers.com/imagez/nonreporting115.gif");
			banners[2] = new Banner("http://www.angelfire.com/ab4/bern/ciderweb/scrumpy.htm", "Scrumpy is the strongest cider in Britain and it is dangerous", "http://www.thepisstakers.com/imagez/scrumpy115.gif");
			banners[3] = new Banner("http://ieatsnowmanpoop.blogspot.com/", "i eat snowman poop is a great humorous personal blog", "http://www.thepisstakers.com/imagez/iesp115.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:\/\/thepisstakers.com/search/searchexpo.html\" rel=\"external\" title=\"All about paid web search!\">Visitor tips<\/a><\/div>")


			document.write("<a style=\"display:block; padding:0px; 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>")
		