/*http://www.webreference.com/js/scripts/breadcrumbs/*/
function breadcrumbs(){
  sURL = new String;
  bits = new Object;
  var x = 0;
  var stop = 0;
  /*added code*/
  TitleOverRide = new Object;
  var CustomTitleID = "title2";
  if (document.getElementById(CustomTitleID) != null){
    TitleOverRide = document.getElementById(CustomTitleID).attributes;
    var PageTitle = TitleOverRide.getNamedItem("content").value;
  }else{
	var PageTitle = document.title;
  }
  /*added code*/
  var output = "<a href=..//%22//%22>Home</a> » ";
  sURL = location.href;
  sURL = sURL.slice(8,sURL.length);
  chunkStart = sURL.indexOf("/");
  sURL = sURL.slice(chunkStart+1,sURL.length)
  while(!stop){
    chunkStart = sURL.indexOf("/");
    if (chunkStart != -1){
      bits[x] = sURL.slice(0,chunkStart);
      sURL = sURL.slice(chunkStart+1,sURL.length);
    }else{
      stop = 1;
    }
    x++;
  }
  for(var i in bits){
    output += "<a href=\"";
    for(y=1;y<x-i;y++){
      output += "../";
    }
    output += bits[i] + "/\">" + bits[i] + "</a> » ";
  }
/*  document.write(output + document.title);*/
  /*added code*/
    document.write(output + PageTitle);
  /*added code*/
}

function Bookmark()
{
	if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
		window.external.AddFavorite("http://www.totalselfimprovement.com/","Self Improvement - Geoff Robertson");
	} else if (navigator.appName == "Netscape") {
		window.sidebar.addPanel("Self Improvement - Geoff Robertson","http://www.totalselfimprovement.com/","");
	} else {
		alert("Press CTRL-D (Netscape) or CTRL-T (Opera) to bookmark");
	}
}

function adrotate(start)
{
	var ads = 6;
	var divider = 10; /* (number of ads) divided into 60 seconds */
	var myarray=new Array(ads);
	for (i=0; i<ads; i++)
	{
	myarray[i]=new Array(2);
	}
	myarray[0][0]="<a href='http://www.totalselfimprovement.com/airlinediscounts' rel='nofollow' target='_blank'><img src='http://www.totalselfimprovement.com/images/airline-savings75.gif' width='546' height='68' border='0'></a>";
	myarray[0][1]="<a href='http://www.totalselfimprovement.com/airlinediscounts' rel='nofollow' target='_blank'>Click here for unbelievable airline discounts.</a>";
	myarray[1][0]="<a href='http://www.totalselfimprovement.com/classicbooks' rel='nofollow' target='_blank'><img src='http://www.totalselfimprovement.com/images/classicbooksreborn.gif' width='546' height='68' border='0'></a>";
	myarray[1][1]="<a href='http://www.totalselfimprovement.com/classicbooks' rel='nofollow' target='_blank'>Transform your life for less than a cup of coffee per day.</a>";
	myarray[2][0]="<a href='http://www.totalselfimprovement.com/makingupmagic' rel='nofollow' target='_blank'><img src='http://www.totalselfimprovement.com/images/magicofmakingup.jpg' width='546' height='124 border='0'></a>";
	myarray[2][1]="<a href='http://www.totalselfimprovement.com/makingupmagic' rel='nofollow' target='_blank'>Stop your break up, divorce or lovers rejection...<br>Even if your situation seems hopeless!</a>";
	myarray[3][0]="<a href='http://www.totalselfimprovement.com/forgottenlaws' rel='nofollow' target='_blank'><img src='http://www.totalselfimprovement.com/images/the11forgottenlaws.jpg' width='546' height='116' border='0'></a>";
	myarray[3][1]="<a href='http://www.totalselfimprovement.com/forgottenlaws' rel='nofollow' target='_blank'>The 11 forgotten laws that make The Law of Attraction an unbreakable force</a>";
	myarray[4][0]="<a href='http://www.totalselfimprovement.com/savemarriage' rel='nofollow' target='_blank'><img src='http://www.totalselfimprovement.com/images/savemymarriagetoday.gif' width='300' height='225 border='0'></a>";
	myarray[4][1]="<a href='http://www.totalselfimprovement.com/savemarriage' rel='nofollow' target='_blank'>Put an end to the stress and anxiety of not knowing what to do <br>to Save Your Marriage!</a>";
	myarray[5][0]="<a href='http://www.totalselfimprovement.com/zerofriction' rel='nofollow' target='_blank'><img src='http://www.totalselfimprovement.com/images/zerofrictionfatloss2.jpg' width='468' height='60' border='0'></a>";
	myarray[5][1]="<a href='http://www.totalselfimprovement.com/zerofriction' rel='nofollow' target='_blank'>Lose weight by eating foods you love!</a>";
/*	var whichbanner=Math.round((ads-1)*Math.random()) */
	today = new Date();
	ticker = today.getSeconds();
	ticker = Math.round((ticker+(divider/2))/divider) + start;
	if (ticker > ads)
	{
	ticker = ticker - ads;
	}
	document.write(myarray[ticker-1][0]+"<br />");
	document.write(myarray[ticker-1][1]+"<br />");
}
function adrotate2(ad)
{
	var myarray2=[];
	myarray2[0]='<iframe src="http://rcm.amazon.com/e/cm?t=totaselfimpr-20&o=1&p=14&l=ur1&category=mothersday&banner=14B5B5HS9VF8JXGH41G2&f=ifr" width="160" height="600" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>';
	myarray2[1]='<iframe src="http://rcm.amazon.com/e/cm?t=totaselfimpr-20&o=1&p=14&l=ur1&category=kitchen&banner=055FT4XEETZCT6JN45R2&f=ifr" width="160" height="600" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"></iframe>';
/*	var whichbanner=parseInt(Math.floor(ads2*Math.random())); */
	document.write(myarray2[ad]);
}