<html><head><meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"><title>Google Sitemap File</title><link rel="stylesheet" type="text/css" href="sitemap_files/sitemaps.css"><style type="text/css">
		  
			<!--
			h1 { 
				font-weight:bold;
				font-size:1.5em;
				margin-bottom:0;
				margin-top:1px; }
			
			h2 { 
				font-weight:bold;
				font-size:1.2em;
				margin-bottom:0; 
				color:#707070;
				margin-top:1px; }
			
			#gssTitle {
			  background: url(http://www.baccoubonneville.com/gss.jpg) no-repeat;   	
			  line-height: 70px;
			  text-indent: 70px; }
			
			p.sml { 
				font-size:0.8em;
				margin-top:0; }
			
			.sortup {
				background-position: right center;
				background-image: url(http://www.google.com/webmasters/sitemaps/images/sortup.gif);
				background-repeat: no-repeat;
				font-style:italic;
				white-space:pre; }
				
			.sortdown {
				background-position: right center;
				background-image: url(http://www.google.com/webmasters/sitemaps/images/sortdown.gif);
				background-repeat: no-repeat;
				font-style:italic;
				white-space:pre; }
			
			table.copyright {
				width:100%;
				border-top:1px solid #ddad08;
				margin-top:1em;
				text-align:center;
				padding-top:1em;
				vertical-align:top; }
			-->
		  
		</style><link rel="stylesheet" type="text/css" href="sitemap_files/gss.htm"><script language="JavaScript">
		  
			var selectedColor = "blue";
			var defaultColor = "black";
			var hdrRows = 1;
			var numeric = '..';
			var desc = '..';
			var html = '..';
			var freq = '..';
			
			function initXsl(tabName,fileType) {
				hdrRows = 1;
			
			  if(fileType=="sitemap") {
			  	numeric = ".3.";
			  	desc = ".1.";
			  	html = ".0.";
			  	freq = ".2.";
			  	initTable(tabName);
				  setSort(tabName, 3, 1);
			  }
			  else {
			  	desc = ".1.";
			  	html = ".0.";
			  	initTable(tabName);
				  setSort(tabName, 1, 1);
			  }
			
				var theURL = document.getElementById("head1");
				theURL.innerHTML += ' ' + location;
				document.title += ': ' + location;
			}
			
			function initTable(tabName) {
			  var theTab = document.getElementById(tabName);
			  for(r=0;r<hdrRows;r++)
			   for(c=0;c<theTab.rows[r].cells.length;c++)
			     if((r+theTab.rows[r].cells[c].rowSpan)>hdrRows)
			       hdrRows=r+theTab.rows[r].cells[c].rowSpan;
			  for(r=0;r<hdrRows; r++){
			    colNum = 0;
			    for(c=0;c<theTab.rows[r].cells.length;c++, colNum++){
			      if(theTab.rows[r].cells[c].colSpan<2){
			        theCell = theTab.rows[r].cells[c];
			        rTitle = theCell.innerHTML.replace(/<[^>]+>|&nbsp;/g,'');
			        if(rTitle>""){
			          theCell.title = "Change sort order for " + rTitle;
			          theCell.onmouseover = function(){setCursor(this, "selected")};
			          theCell.onmouseout = function(){setCursor(this, "default")};
			          var sortParams = 15; // bitmapped: numeric|desc|html|freq
			          if(numeric.indexOf("."+colNum+".")>-1) sortParams -= 1;
			          if(desc.indexOf("."+colNum+".")>-1) sortParams -= 2;
			          if(html.indexOf("."+colNum+".")>-1) sortParams -= 4;
			          if(freq.indexOf("."+colNum+".")>-1) sortParams -= 8;
			          theCell.onclick = new Function("sortTable(this,"+(colNum+r)+","+hdrRows+","+sortParams+")");
			        }
			      } else {
			        colNum = colNum+theTab.rows[r].cells[c].colSpan-1;
			      }
			    }
			  }
			}
			
			function setSort(tabName, colNum, sortDir) {
				var theTab = document.getElementById(tabName);
				theTab.rows[0].sCol = colNum;
				theTab.rows[0].sDir = sortDir;
				if (sortDir) 
					theTab.rows[0].cells[colNum].className='sortdown'
				else
					theTab.rows[0].cells[colNum].className='sortup';
			}
			
			function setCursor(theCell, mode){
			  rTitle = theCell.innerHTML.replace(/<[^>]+>|&nbsp;|\W/g,'');
			  if(mode=="selected"){
			    if(theCell.style.color!=selectedColor) 
			      defaultColor = theCell.style.color;
			    theCell.style.color = selectedColor;
			    theCell.style.cursor = "hand";
			    window.status = "Click to sort by '"+rTitle+"'";
			  } else {
			    theCell.style.color = defaultColor;
			    theCell.style.cursor = "";
			    window.status = "";
			  }
			}
			
			function sortTable(theCell, colNum, hdrRows, sortParams){
			  var typnum = !(sortParams & 1);
			  sDir = !(sortParams & 2);
			  var typhtml = !(sortParams & 4);
			  var typfreq = !(sortParams & 8);
			  var tBody = theCell.parentNode;
			  while(tBody.nodeName!="TBODY"){
			    tBody = tBody.parentNode;
			  }
			  var tabOrd = new Array();
			  if(tBody.rows[0].sCol==colNum) sDir = !tBody.rows[0].sDir;
			  if (tBody.rows[0].sCol>=0)
			    tBody.rows[0].cells[tBody.rows[0].sCol].className='';
			  tBody.rows[0].sCol = colNum;
			  tBody.rows[0].sDir = sDir;
			  if (sDir) 
			  	 tBody.rows[0].cells[colNum].className='sortdown'
			  else 
			     tBody.rows[0].cells[colNum].className='sortup';
			  for(i=0,r=hdrRows;r<tBody.rows.length;i++,r++){
			    colCont = tBody.rows[r].cells[colNum].innerHTML;
			    if(typhtml) colCont = colCont.replace(/<[^>]+>/g,'');
			    if(typnum) {
			      colCont*=1;
			      if(isNaN(colCont)) colCont = 0;
			    }
			    if(typfreq) {
					switch(colCont.toLowerCase()) {
						case "always":  { colCont=0; break; }
						case "hourly":  { colCont=1; break; }
						case "daily":   { colCont=2; break; }
						case "weekly":  { colCont=3; break; }
						case "monthly": { colCont=4; break; }
						case "yearly":  { colCont=5; break; }
						case "never":   { colCont=6; break; }
					}
				}
			    tabOrd[i] = [r, tBody.rows[r], colCont];
			  }
			  tabOrd.sort(compRows);
			  for(i=0,r=hdrRows;r<tBody.rows.length;i++,r++){
			    tBody.insertBefore(tabOrd[i][1],tBody.rows[r]);
			  } 
			  window.status = ""; 
			}
			
			function compRows(a, b){
			  if(sDir){
			    if(a[2]>b[2]) return -1;
			    if(a[2]<b[2]) return 1;
			  } else {
			    if(a[2]>b[2]) return 1;
			    if(a[2]<b[2]) return -1;
			  }
			  return 0;
			}

		  
		</script></head><body onload="initXsl('table0','sitemap');"><h1 id="head1">Google Sitemap http://www.carboncopyprofits.com/sitemap.xml</h1><h2>Number of URLs in this Google Sitemap: 13</h2><p class="sml">Click on the table headers to change sorting.</p><table id="table0" class="data" border="1" width="100%"><tbody><tr class="header"><td title="Change sort order for Sitemap URL">Sitemap URL</td><td title="Change sort order for Last modification date">Last modification date</td><td title="Change sort order for Change freq.">Change freq.</td><td class="sortdown" title="Change sort order for Priority">Priority</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/index.html">http://www.carboncopyprofits.com/index.html</a></td><td>2006-09-06T16:13:41+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/contact.html">http://www.carboncopyprofits.com/contact.html</a></td><td>2006-09-06T16:13:41+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/affiliates.html">http://www.carboncopyprofits.com/affiliates.html</a></td><td>2006-09-06T16:13:41+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/contents.html">http://www.carboncopyprofits.com/contents.html</a></td><td>2006-08-15T09:21:37+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/disclaimer.html">http://www.carboncopyprofits.com/disclaimer.html</a></td><td>2006-08-08T11:16:33+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/resources.html">http://www.carboncopyprofits.com/resources.html</a></td><td>2006-08-30T12:45:30+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/tos.html">http://www.carboncopyprofits.com/tos.html</a></td><td>2006-08-29T10:57:12+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/ppolicy.html">http://www.carboncopyprofits.com/ppolicy.html</a></td><td>2006-08-08T10:55:21+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/blog">http://www.carboncopyprofits.com/blog</a></td><td>2006-09-09T18:07:56+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/forum">http://www.carboncopyprofits.com/forum</a></td><td>2006-09-09T18:07:57+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/hosting.html">http://www.carboncopyprofits.com/hosting.html</a></td><td>2006-08-08T10:53:45+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/contents.html">http://www.carboncopyprofits.com/contents.html</a></td><td>2006-09-06T16:13:41+00:00</td><td>hourly</td><td>0.5</td></tr><tr><td><a ref="nofollow" target="_blank" href="http://www.carboncopyprofits.com/sitemap.xml">http://www.carboncopyprofits.com/sitemap.xml</a></td><td>2006-07-22T15:27:45+00:00</td><td>hourly</td><td>0.5</td></tr></tbody></table><br><table id="table_copyright" class="copyright"><tbody><tr><td><p>Google Sitemaps: © 2005 <a href="http://www.google.com/">Google</a> - <a href="https://www.google.com/webmasters/sitemaps/stats">My Sitemaps</a> - <a href="http://www.google.com/webmasters/sitemaps/docs/en/about.html">About</a> - <a href="http://www.google.com/webmasters/sitemaps/docs/en/faq.html">FAQ</a> - <a href="http://groups-beta.google.com/group/google-sitemaps">Discussion</a> - <a href="http://sitemaps.blogspot.com/">Blog</a></p>
              Google Sitemaps Stylesheets v1.5a: © 2005 <a href="http://www.baccoubonneville.com/">Baccou Bonneville</a> - <a href="http://sourceforge.net/projects/gstoolbox">Project</a> - <a href="http://www.baccoubonneville.com/blogs/index.php/webdesign/2005/08/20/google-sitemaps-stylesheets">Blog</a><br>
              Contributions: Johannes Müller, SOFTplus <a href="http://gsitecrawler.com/">GSiteCrawler</a> - Tobias Kluge, enarion.net <a href="http://enarion.net/google/phpsitemapng">phpSitemapNG</a></td></tr></tbody></table></body></html>