<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head profile="http://gmpg.org/xfn/11">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

	<title>North Star Roller Girls  </title>
	
	<meta name="generator" content="Podbean 3.2" /> <!-- leave this for stats -->

	<!-- gallery 2 integration -->
	
	<link rel="stylesheet" href="http://s6.podbean.com/wp-content/blogs6/118204/themes/hacker/style.css" type="text/css" media="screen" />
	<link rel="stylesheet" href="http://www.podbean.com/home/css/blogstyle.css" type="text/css" media="screen" />
	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://northstarrollergirls.podbean.com/feed/" />
	<link rel="alternate" type="text/xml" title="RSS .92" href="http://northstarrollergirls.podbean.com/feed/rss/" />
	<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://northstarrollergirls.podbean.com/feed/atom/" />
	<link rel="pingback" href="http://www.podbean.com/xmlrpc.php" />

	<style type="text/css" media="screen">
	
		/* BEGIN IMAGE CSS */
			
		body	 	{ background: url("http://s6.podbean.com/wp-content/blogs6/118204/themes/hacker/images/bgcolor.jpg"); }				#page		{ background: url("http://s6.podbean.com/wp-content/blogs6/118204/themes/hacker/images/bg.jpg") repeat-y top; border: none; } 			#header 	{ background: url("http://northstarrollergirls.podbean.com/mf/web/kfgui8/header_image_hacker.jpg") no-repeat bottom center; }
			#footer 	{ background: url("http://s6.podbean.com/wp-content/blogs6/118204/themes/hacker/images/footer.jpg") no-repeat bottom; border: none;}
			
			
			/*	Because the template is slightly different, size-wise, with images, this needs to be set here
				If you don't want to use the template's images, you can also delete the following two lines. */
			
			#header 	{ margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 198px; width: 758px; }
			#headerimg 	{ margin: 7px 9px 0; height: 192px; width: 740px; } 
		/* END IMAGE CSS */
		
	
		

	</style>

	
	<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.podbean.com/xmlrpc.php?rsd" />
		<script type="text/javascript">
		//<![CDATA[
		
			function basename (path) { return path.replace( /.*\//, "" ); }
	
			var winimg=null;
			function ps_imagemanager_popup(imgurl,title,w,h) {
				lpos=(screen.width)?(screen.width-w)/2:100;
				tpos=(screen.height)?(screen.height-h)/2:100;
				settings='width='+w+',height='+h+',top='+tpos+',left='+lpos+',scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
				winimg=window.open('about:blank','imagemanagerpopup',settings);
	
				var doc = '';
				doc += '<html><head>';
				doc += '<title>' + title + ' - ' + basename(imgurl) + '(' + w + 'x' + h +')</title>';
				doc += '<style type="text/css"><!-- body { margin:0px; padding:0px; } --></style>';
				doc += '</head>';
				doc += '<body onload="self.focus();">';
				doc += '<img style="cursor:pointer;" src="' + imgurl + '" title="' + title + '" onclick="self.close();"/>';
				doc += '</body></html>';
				
				winimg.document.writeln(doc);
				winimg.document.close();
			}	
			
		//]]>
		</script>
<script language="javascript" type="text/javascript"><!--
var podPressBackendURL = "http://northstarrollergirls.podbean.com/wp-content/plugins/podpress/podpress_backend.php?";
--></script>
<script language="javascript" type="text/javascript" src="http://northstarrollergirls.podbean.com/wp-content/plugins/podpress/podpress.js"></script>
<link rel="stylesheet" href="http://northstarrollergirls.podbean.com/wp-content/plugins/podpress/podpress.css" type="text/css" />
<style type="text/css">
		.PSR_stars {
		  height: 15px;
		  overflow: hidden;
		  padding: 0;
		  margin: 0;
		}
		* html .PSR_stars .star {
			display: block;
			position: absolute;
			height: 0;
			width: 0;
		}
		.PSR_stars input {
			display: none;
		}
		.PSR_no_star, .PSR_half_star, .PSR_full_star {
		  display: block;
		  float: left;
		  width: 17px;
		  height: 15px;
		  text-indent: -1000em;
		  background-repeat: no-repeat;
		}
		.PSR_no_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/no_star.gif);
		}
		.PSR_full_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/full_star.gif);
		}
		.PSR_half_star {
		  background-image: url(/wp-content/systemplugins/post-star-rating/img/stars/half_star.gif);
		}
		.PSR_votes {
			padding-left: .5em;
		}
		.full, .half, .no{
		}

		a.PSR_stars_img:link {text-decoration:none}
		a.PSR_stars_img:visited {text-decoration:none}
		a.PSR_stars_img:hover {text-decoration:none}
		a.PSR_stars_img:active {text-decoration:none}
		</style>
<script type="text/javascript">
		<!--
		function PSR_star_over(obj, star_number) {
			var psr=obj.parentNode;
			var as=psr.getElementsByTagName('label');
			for (i=0;i<star_number;++i) {
				as[i].className = 'PSR_full_star';
			}
			for (;i<as.length;++i) {
				as[i].className = 'PSR_no_star';
			}
		}
		function PSR_star_out(obj) {
			var as=obj.getElementsByTagName('label');
			var as2=obj.getElementsByTagName('span');
			for (i=0;i<as.length;++i) {
				if(as2[i].className == 'full'){
					as[i].className = 'PSR_full_star';
				}else if(as2[i].className == 'half'){
					as[i].className = 'PSR_half_star';
				}else{
					as[i].className = 'PSR_no_star';
				}
			}
		}
		//-->
		</script>
	<script type="text/javascript">
	function spamBam_storeSession(sessionID) {
		spamBam_createCookie('spambam_session',sessionID,7)
	}
	function spamBam_createCookie(name,value,days) {
		if (days) {
			var date = new Date();
			date.setTime(date.getTime()+(days*24*60*60*1000));
			var expires = "; expires="+date.toGMTString();
		}
		else var expires = "";
		document.cookie = name+"="+value+expires+"; path=/";
	}

	function spamBam_readCookie(name) {
		var nameEQ = name + "=";
		var ca = document.cookie.split(';');
		for(var i=0;i < ca.length;i++) {
			var c = ca[i];
			while (c.charAt(0)==' ') c = c.substring(1,c.length);
			if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
		}
		return null;
	}

	function spamBam_eraseCookie(name) {
		spamBam_createCookie(name,"",-1);
	}
	</script>
	</head>
<body>
<div id='pb_controlarea'>
<table id='pb_controlstrip' cellpadding='0' cellspacing='0'>
<tr valign='middle'>            
	<td id='pb_controlstrip_userpic'><a href="http://www.podbean.com"><img src="/images/small-logo.jpg" alt="Podbean Podcast Site" title="Podbean Podcast Site" /></a></td>
    <td id='pb_controlstrip_category'>
		<span id='pb_controlstrip_whitebold12'>Category :&nbsp;&nbsp;</span>
				<a href="http://www.podbean.com/podcasts?s=hit&c=general&t=month&p=1">General</a>&nbsp;&nbsp;
	</td>
	<td id='pb_controlstrip_tag'>
		<span id='pb_controlstrip_whitebold12'>Tags :&nbsp;&nbsp;</span>
		<a href="http://www.podbean.com/search?k=tag&v=track" rel="tag">track</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=flat" rel="tag">flat</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=derby" rel="tag">derby</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=roller" rel="tag">roller</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=girls" rel="tag">girls</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=star" rel="tag">star</a>&nbsp;&nbsp;&nbsp;<a href="http://www.podbean.com/search?k=tag&v=north" rel="tag">north</a>&nbsp;&nbsp;&nbsp;	</td>
	<td id='pb_controlstrip_register'>
		&nbsp;
	</td>
</tr>
</table>
</div>
<div id="page">


<div id="header">
	<div id="headerimg">
		<h1><a href="http://northstarrollergirls.podbean.com">North Star Roller Girls</a></h1>
		<div class="description">North Star Roller Girls Roller Derby Club of Minneapolis</div>
	</div>
</div>
<hr />

	<div id="content" class="narrowcolumn">

		<h2 class="center">Error 404 - Not Found</h2>

	</div>

	<div id="sidebar">
		<ul>
<table class="profileinfo" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr height=5></tr>
<tr><td align="center">
	<table width="155px" border=0 cellpadding="2" cellspacing="0">
	<tr><td align="left"><img src="http://northstarrollergirls.podbean.com/mf/web/zknwcv/m_1cf13e018315b83ea236ef01faff3d2e.jpg" width=150 height=150 /></td></tr>
		<tr><td align="left"><b>Channel Visits:</b>&nbsp;1993</td></tr>
		</table>
</td></tr>
<tr height=6></tr>
<tr><td align="center">
<div id="profilebottomaction">
	<table width="155px" border=0 cellpadding="1" cellspacing="0">
	<tr>
		<td align="left" width="70px">
		<img src="http://www.podbean.com/images/viewprofile.gif"  style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/user-profile-view?uname=northstarrollergirls" target="_blank">Profile</a>
		</td>
		<td align="left" width="85px">
		<img src="http://www.podbean.com/images/blueicon_send_message.gif" style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/podbean-mailbox?pageview=compose&cid=118204" target="_blank">Contact</a>
		</td>
	</tr>
	<tr>
		<td align="left" width="70px">
		<img src="http://www.podbean.com/images/blueicon_share_channel.gif"  style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/mail?cid=118204" target="_blank">Share</a>
		</td>
				<td align="left" width="85px">
		<img src="http://www.podbean.com/images/blueicon_add_subscription.gif"  style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/podcast-add-my-subscription?pid=40584" target="_blank">Subscribe</a>
		</td>
			</tr>
	    <tr height=5></tr>
	<tr>
		<td align="left" colspan=2>
		<img src="http://www.podbean.com/images/player_icon_20x20.gif" style="margin:4px 4px -4px 0px" /><a href="http://www.podbean.com/podcast-players?cid=118204" target="_blank">Embeddable Player</a>
		</td>
	</tr>
    	</table>
</div>


</td></tr>
<tr height=5></tr>
</table>
<br />
					<li>			<h2>Categories</h2>			<ul>
				<li><a href="http://northstarrollergirls.podbean.com/category/uncategorized/" title="View all posts filed under Uncategorized">Uncategorized</a>
</li>
			</ul>
		</li>		</ul>
	
	</div>



<hr />
<div id="footer">
		<form method="get" id="searchform" action="http://northstarrollergirls.podbean.com">
<div><input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Find the One" />
</div>
</form>
	
	<p>
		North Star Roller Girls powered by 
		<a href="http://www.podbean.com">Podbean.com</a>
		<br />h4x0r theme by <a href="http://www.linickx.com">[LINICKX]</a>
	</p>
</div>
</div>


		<!-- end_of_podbean_footer --> 
<!-- Start Quantcast tag -->
<script type="text/javascript">
_qoptions={
qacct:"p-91lXzPDEtkPDc"
};
</script>
<script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
<noscript>
<a href="http://www.quantcast.com/p-91lXzPDEtkPDc" target="_blank"><img src="http://pixel.quantserve.com/pixel/p-91lXzPDEtkPDc.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/></a>
</noscript>
<!-- End Quantcast tag -->

</body>
</html>
