function missionstatement_popup() {
var w = window.open('','Blemmished','width=600,height=350,scrollbars=yes,resizable=yes');
var d = w.document;
d.write('\
<html><head><title>DEEP EDDY RECORDS</title><link rel=stylesheet href=styles.css type="text/css"></HEAD>\
<body bgcolor="#000000" text="white"> \
<table border=0 align=center> \
<tr> \
<td>&nbsp;</td> \
<td valign=center bgcolor="#000000"> \
<FONT SIZE="2" face="Arial" size="-1" \
<font size="+1"><center>DEEP EDDY RECORDS</center></font> \
<p> \
Deep Eddy Records is an independent record label in Austin, Texas, specializing in surf, instrumental rock, and garage rock. We formed in the fall of 1996, because we felt the need to fill an opening in the music world. To date, we&acute;ve released 35 albums and singles, and we have a lot more in store for the future. Deep Eddy Records was started by one person with a strong DIY ethic, and we firmly believe that a band, a songwriter, an artist should stay in control of their own musical creations. \
<p> \
Deep Eddy Records is devoted to bringing the very best in surf and instrumental music and garage rock to you, be it from our own artists or through the music that we distribute. Thanks for visiting! \
<p> \
Last Revised: 15 December 2010 \
<p> \
<a href=mailto:deeprecs@yahoo.com?subject=Incoming%20Message%20for%20Deep%20Eddy%20Records>DEEPRECS@YAHOO.COM</a> \
</td> \
</tr> \
</table \
<p> \
<center><a href=\"javascript: self.close();\" OnClick=\"self.close();\"><font size="-1" face="Arial">CLOSE WINDOW</font></a></center></font>');
d.close();
w.focus();
}
