function privacypolicy_popup() {
var w = window.open('','Blemmished','width=600,height=375,scrollbars=yes,resizable=yes');
var d = w.document;
d.write('\
<html><head><title>DEEP EDDY RECORDS PRIVACY POLICY</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 PRIVACY POLICY</center></font> \
<p> \
This notice is to inform you about the policies for collection and use of personally identifiable information on the deepeddy.net site. Sites linked to our site may have different policies; please review the privacy policy notices on those sites for details. \
<p> \
We do not collect personally identifiable information about you on this site without your knowledge, and all such information is collected directly from you. For example, we will ask you to provide your e-mail address, name, mailing address, or other information about yourself when you order music products from our site. \
<p> \
We do not share personal information provided by customers with anyone outside deepeddy.net. In particular, we do not rent or sell mailing lists of site visitors to any third party. \
<p> \
This policy will not change, but please revisit this page as often as you wish. \
<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();
}