function unsolicited_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 not currently looking for more artists. As with most independent record labels, our budget is limited. We do our best to bring you as much new music as possible. The artists we do promote have spent a lot of time working with us on various live shows and compilation projects, and they have developed a solid professional working relationship with our staff. \
<p> \
However, if your instrumental surf band has just released a new CD, we would love to talk to you about possible distribution. \
<p> \
Deep Eddy Records was started by one person with a strong DIY ethic, and we&acute;ll be the first ones to recommend that you self-release your own recordings. Why let someone else take a piece of the success that you have worked so hard to attain? \
<p> \
Last Revised: 22 March 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();
}