function display_pajamas_button () {
	str = window.location.href;
	if ((str.indexOf('gatesofvienna')) > -1) {
	
	} else {
		//show_PJMnb();
		//show_PJMawu();
	}
}

function show_PJMnb () {
u = 'http://pajamasmedia.com/?src=network';
t = 'Pajamas Media home';
i = 'PJMnb';
e = '';
b = 'http://commons.pajamasmedia.com/images/buttons/NetworkBlogger.gif';
w = 160;
h = 50;
a = 'Pajamas Media Network Blogger button';
  document.write('<a href="'+u+'" title="'+t+'" id="'+i+'"'+e+'><img src="'+b+'" width="'+w+'" height="'+h+'" alt="'+a+'" border="0" /></a>');
}

function show_PJMawu () {
// u = 'http://pajamasmedia.com/pages/2006/08/contact_us.php?topic=advertising';
u = 'http://pajamasmedia.com/advertising/';
t = 'Click to advertise with us!';
i = 'PJMawu';
e = 'target="_blank" ';
b = 'http://commons.pajamasmedia.com/images/buttons/AdvertiseWithUs.gif';
w = 160;
h = 20;
a = 'Advertise with Pajamas Media button';
bg1 = '#1D597D';
bg2 = '#2D698D';
  document.write('<div id="pjm-adv" style="margin:1px 0;padding:0;width:160px;background-color:'+bg1+';" onmouseover="this.savedBg=this.style.backgroundColor;this.style.backgroundColor=\''+bg2+'\'" onmouseout="this.style.backgroundColor=this.savedBg">');
  document.write('<a href="'+u+'" title="'+t+'" id="'+i+'"'+e+'><img src="'+b+'" width="'+w+'" height="'+h+'" alt="'+a+'" border="0" /></a>');
  document.write('</div>');
}
