/*  ================================================================================
rel=external Scripts
================================================================================  */
function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i<anchors.length; i++) {
var anchor = anchors[i];
if (anchor.getAttribute("href") &&
((anchor.getAttribute("rel") == "external nofollow") || (anchor.getAttribute("rel") == "nofollow external") || (anchor.getAttribute("rel") == "external")))
anchor.target = "_blank";
}
}
window.onload = externalLinks;

$(document).ready(function() {
	if ($.browser.msie ){
	$('a.popup2').openwin({option:{width:502,height:520,scrollbars:"yes",location:"no",directories:"no"},focus:true});
	}else{
	$('a.popup2').openwin({option:{width:502,height:520,scrollbars:"yes",location:"no",directories:"no"},focus:true});
	};
});

