function sgSafeSend(n,d,e,t) {
	var addy = n + '@' + d + '.' + e;
	var txt = (typeof(t) == 'undefined') ? addy : t;
	document.write('<a href="mailto:' + addy + '">' + txt + '</a>');
}


function sgOpenWindow(url, name, w, h, ox, oy) {
			
	ox = (typeof ox == 'undefined') ? 0 : ox;
	oy = (typeof oy == 'undefined') ? 0 : oy;
			
	top.mWindow = window.open(url,name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizable=yes,copyhistory=no,width=' + w + ',height=' + h + ',screenX=' + w +',screenY=' + h +',top=' + oy + ',left=' + ox);
			return;
}

/** sIFR Rules & Initiation **/
var planetagenetcherokee = {
      src: 'flash/planetagenetcherokee.swf'
};
 
sIFR.activate(planetagenetcherokee);
 
sIFR.replace(planetagenetcherokee, {
      selector: 'h1.cpost-title',
      css: ['.sIFR-root { font-size:34px; font-weight:normal; color:#b6cc7b; letter-spacing: -2;}'],
      useDomLoaded: false,
	  wmode: 'transparent'
//	  useStyleCheck: true,
//	  forceSingleLine: true
//	  preventWrap: true
	 
});
sIFR.replace(planetagenetcherokee, {
      selector: 'h2.cpost-title',
      css: ['.sIFR-root { font-size:30px; font-weight:normal; color:#b6cc7b; letter-spacing: -2;}'],
	  useDomLoaded:false,
      wmode: 'transparent'
});
