well, some people are habing problems sending us the Forms, I dont know why... maybe some browser bug...<div><br></div><div>please dont panic, just try it gently and calmly, if any problems, let us know</div><div><br></div>
<div><a href="mailto:pdcon09@estudiolivre.org">pdcon09@estudiolivre.org</a><br><br></div><div>cheers</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Mon, Mar 16, 2009 at 6:14 AM,  <span dir="ltr">&lt;<a href="mailto:pd-list-request@iem.at">pd-list-request@iem.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Send Pd-list mailing list submissions to<br>
        <a href="mailto:pd-list@iem.at">pd-list@iem.at</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:pd-list-request@iem.at">pd-list-request@iem.at</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:pd-list-owner@iem.at">pd-list-owner@iem.at</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Pd-list digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Question on SSSAD and scalability (Frank Barknecht)<br>
   2. Re: The PdCon09 webpage is down ... am I too late?<br>
      (IOhannes m zmoelnig)<br>
   3. Re: steep filter? (Frank Barknecht)<br>
   4. Re: Unified Library was Re: Call for GSoC mentors! March  9th<br>
      deadline! (Frank Barknecht)<br>
   5. Re: Pd book sprint in NYC/Berlin (Derek Holzer)<br>
   6. Re: The PdCon09 webpage is down ... am I too late? (Jaime Oliver)<br>
   7. Re: Pd book sprint in NYC/Berlin (Georg Holzmann)<br>
   8. Re: Problems accessing Pdlist Archives (Derek Holzer)<br>
   9. Re: Problems accessing Pdlist Archives (Alex Lucas)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 16 Mar 2009 08:54:44 +0100<br>
From: Frank Barknecht &lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt;<br>
Subject: Re: [PD] Question on SSSAD and scalability<br>
To: <a href="mailto:pd-list@iem.at">pd-list@iem.at</a><br>
Message-ID: &lt;<a href="mailto:20090316075444.GA15510@footils.org">20090316075444.GA15510@footils.org</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hallo,<br>
Mike McGonagle hat gesagt: // Mike McGonagle wrote:<br>
<br>
&gt; On Sun, Mar 15, 2009 at 3:32 PM, Frank Barknecht &lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt; wrote:<br>
&gt;<br>
&gt; The context that I was actually thinking was in trying to do &quot;live<br>
&gt; coding&quot;. Of all the times that I have been using SSSAD, my biggest<br>
&gt; complaint about it is that I would always need to resave, close, and<br>
&gt; reopen the file. It always seemed that the one instance of an SSSAD<br>
&gt; reference that I was deleting was the FIRST ONE. Of course, doing that<br>
&gt; was sure to make that parameters NOT SAVE, unless I reopened.<br>
<br>
A closebang would solve this. It will probably happen less often with local<br>
sssads.<br>
<br>
&gt; &gt; Now if you really worry about the load of having a lot of<br>
&gt; &gt; [route]-misses when sending message, I&#39;d recommend to use the &quot;local&quot;<br>
&gt; &gt; senders in sssad, that are used when adding a second argument to a<br>
&gt; &gt; [sssad] object: [sssad key $0] will use a bus called [r $0-SSSAD] and<br>
&gt; &gt; [r $0-SSSAD_ADMIN] instead of the global ones.<br>
&gt;<br>
&gt; My whole point of bringing this up has more to do with how an<br>
&gt; &quot;external&quot; (yes, actual C code) might be able to implement the SSSAD<br>
&gt; protocol. I can think of MANY EXTERNALS that would benefit by doing<br>
&gt; this...<br>
&gt;<br>
&gt; At the same time, that might make it appear that SSSAD is an accepted<br>
&gt; standard in Pd. And Miller, himself has written on this very topic...<br>
&gt; So, what is the means of storing data... is there one?<br>
<br>
Storing data is not in the realm of sssad - again this is by design and comes<br>
from my experience with  RRADical/Memento where the storage was inside the<br>
saving system and tied to [pool].<br>
<br>
SSSAD is intended to to just one thing but do that right: Its purpose is to<br>
eavesdrop on the messages that objects send to each other and distribute them<br>
to rsp. modify them from a central place. That&#39;s all. What comes after that<br>
central place is up to the end user. It would be easy to make an external that<br>
does the same. sssad is just a wrapper around [list], [route] [send] and<br>
[receive]. One &quot;S&quot; in its name stands for &quot;simple&quot;. ;)<br>
<br>
&gt; I&#39;m curious, but how many &quot;externals&quot; do you have with RjDj? I can<br>
&gt; only assume that you can&#39;t do too much with it, other than the basic<br>
&gt; implementation of Pd.<br>
<br>
Hm, I don&#39;t understand this question? RjDj is pretty much pure Pd and has<br>
almost no externals at all - which doesn&#39;t mean that you can&#39;t do much with it:<br>
For audio work Pd is very powerful and no externals are (strictly) necessary.<br>
<br>
Ciao<br>
--<br>
Frank<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Mon, 16 Mar 2009 09:02:29 +0100<br>
From: IOhannes m zmoelnig &lt;<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>&gt;<br>
Subject: Re: [PD] The PdCon09 webpage is down ... am I too late?<br>
To: danomatika &lt;<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>&gt;<br>
Cc: &quot;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&quot; &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;<br>
Message-ID: &lt;<a href="mailto:49BE0795.2050309@iem.at">49BE0795.2050309@iem.at</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-15&quot;; Format=&quot;flowed&quot;<br>
<br>
danomatika wrote:<br>
&gt; On Sun, 2009-03-15 at 19:58 +0100, IOhannes m zm?lnig wrote:<br>
&gt;<br>
&gt;&gt; paper submit page:<br>
&gt;&gt; <a href="http://pdcon09.devolts.org/author/submit.php" target="_blank">http://pdcon09.devolts.org/author/submit.php</a><br>
&gt;&gt;<br>
&gt;&gt; paper upload page (once you have submitted it):<br>
&gt;&gt; <a href="http://pdcon09.devolts.org/author/upload.php" target="_blank">http://pdcon09.devolts.org/author/upload.php</a><br>
&gt;<br>
&gt; Thanks IOhannes, but I&#39;m looking for the performance application ...<br>
&gt;<br>
<br>
you can (or &quot;could&quot;, by now) submit performances, installations,<br>
workshops and papers with the above two links.<br>
<br>
fgmasdr<br>
mfasdf.<br>
IOhannes<br>
<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: smime.p7s<br>
Type: application/x-pkcs7-signature<br>
Size: 3636 bytes<br>
Desc: S/MIME Cryptographic Signature<br>
URL: &lt;<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20090316/2f7c9b40/attachment-0001.bin" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20090316/2f7c9b40/attachment-0001.bin</a>&gt;<br>

<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Mon, 16 Mar 2009 09:25:28 +0100<br>
From: Frank Barknecht &lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt;<br>
Subject: Re: [PD] steep filter?<br>
To: <a href="mailto:pd-list@iem.at">pd-list@iem.at</a><br>
Message-ID: &lt;<a href="mailto:20090316082528.GB15510@footils.org">20090316082528.GB15510@footils.org</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hallo,<br>
Jo?o Pais hat gesagt: // Jo?o Pais wrote:<br>
<br>
&gt; yes, I had seen that graphic as well. but trying out the highpass<br>
&gt; iemfilters with noise, turns out that 10 hip~s work better.<br>
<br>
Hehe, I guess that&#39;s because you filter noise: It&#39;s harder to recognize the<br>
noise that the 10 hip stages added. :)<br>
<br>
&gt; I looked in my list of pd-ext objects, but found no elliptic filters. are<br>
&gt; there any, or any way of getting their coefficients to use with biquad~?<br>
<br>
Elliptic filters are rather hard to design, most of the time you will find<br>
Butterworth or Chebyshev designs in our little audio world.<br>
<br>
A biquad~ has only two poles and zeroes, so you would need to cascade several<br>
stages to get a really sharp filter.<br>
<br>
Ciao<br>
--<br>
Frank<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 16 Mar 2009 09:30:59 +0100<br>
From: Frank Barknecht &lt;<a href="mailto:fbar@footils.org">fbar@footils.org</a>&gt;<br>
Subject: Re: [PD] Unified Library was Re: Call for GSoC mentors! March<br>
        9th     deadline!<br>
To: PD List &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;<br>
Message-ID: &lt;<a href="mailto:20090316083059.GC15510@footils.org">20090316083059.GC15510@footils.org</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii<br>
<br>
Hallo,<br>
hard off hat gesagt: // hard off wrote:<br>
<br>
&gt; yeah sorry frank, i should have explained more clearly.<br>
&gt;<br>
&gt; i also think that no GUI is the way to go for functional abstractions.  that<br>
&gt; was the big flaw of the DIY library i did, that the function of the<br>
&gt; abstractions was tied in with the gui component.  i did it that way because<br>
&gt; i didn&#39;t want to clutter the namespace with too many abstractions, and the<br>
&gt; thought of one abstraction for function, and then a different one for GUI<br>
&gt; was not appealing at the time.<br>
&gt;<br>
&gt; but now, i think that is the only way to go.  like, as you said, for<br>
&gt; polyphony.  and then also for the many many cases in which you&#39;d want to<br>
&gt; build your own gui for custom control.<br>
<br>
Yeah, basically that was all I wanted to say as well. ;)<br>
<br>
&gt; i do think you guys have got a really really strong system there with<br>
&gt; rjlib.  but i was just saying that without the gui stuff, it doesn&#39;t exactly<br>
&gt; fit into being that &#39;all purpose building blocks&#39; library that we are<br>
&gt; discussing.<br>
<br>
Yes, that&#39;s true. rjlib has its focus on audio and control abstractions to be<br>
used on mobile devices with vanilla Pd. Some of this fits into a &quot;all purpose&quot;<br>
library, but a lot of it doesn&#39;t.<br>
<br>
Ciao<br>
--<br>
Frank<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Mon, 16 Mar 2009 09:41:32 +0100<br>
From: Derek Holzer &lt;<a href="mailto:derek@umatic.nl">derek@umatic.nl</a>&gt;<br>
Subject: Re: [PD] Pd book sprint in NYC/Berlin<br>
Cc: PD List &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;<br>
Message-ID: &lt;<a href="mailto:49BE10BC.4010908@umatic.nl">49BE10BC.4010908@umatic.nl</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
My tendency is to keep everything as simple and low-tech as possible.<br>
Does video conferencing add anything substantial that IRC doesn&#39;t have<br>
already? Do we want to do interpretive dance for each other in order to<br>
write a FLOSS manual? Do we really need to look at another room full of<br>
people sitting behind laptops across the ocean somewhere? Does anybody<br>
ever actually watch these video streams from meetings like these? I<br>
could see some sense if there was some sort of presentation aspect, but<br>
these will be working sessions, i.e. very boring to look at .<br>
<br>
D.<br>
<br>
--<br>
::: derek holzer ::: <a href="http://blog.myspace.com/macumbista" target="_blank">http://blog.myspace.com/macumbista</a> :::<br>
<a href="http://www.vimeo.com/macumbista" target="_blank">http://www.vimeo.com/macumbista</a> :::<br>
---Oblique Strategy # 15:<br>
&quot;Ask your body&quot;<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Mon, 16 Mar 2009 01:49:46 -0700<br>
From: Jaime Oliver &lt;<a href="mailto:jaime.oliver2@gmail.com">jaime.oliver2@gmail.com</a>&gt;<br>
Subject: Re: [PD] The PdCon09 webpage is down ... am I too late?<br>
To: IOhannes m zmoelnig &lt;<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>&gt;<br>
Cc: danomatika &lt;<a href="mailto:danomatika@gmail.com">danomatika@gmail.com</a>&gt;, &quot;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&quot;<br>
        &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:616283880903160149i6d48d63br41d7f8bc5c8197ba@mail.gmail.com">616283880903160149i6d48d63br41d7f8bc5c8197ba@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
hi everyone i have been trying for hours to upload the pdf form, but<br>
it doesn&#39;t work for me, should I just try to send it by e-mail?<br>
<br>
J<br>
<br>
On Mon, Mar 16, 2009 at 1:02 AM, IOhannes m zmoelnig &lt;<a href="mailto:zmoelnig@iem.at">zmoelnig@iem.at</a>&gt; wrote:<br>
&gt; danomatika wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Sun, 2009-03-15 at 19:58 +0100, IOhannes m zm?lnig wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; paper submit page:<br>
&gt;&gt;&gt; <a href="http://pdcon09.devolts.org/author/submit.php" target="_blank">http://pdcon09.devolts.org/author/submit.php</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; paper upload page (once you have submitted it):<br>
&gt;&gt;&gt; <a href="http://pdcon09.devolts.org/author/upload.php" target="_blank">http://pdcon09.devolts.org/author/upload.php</a><br>
&gt;&gt;<br>
&gt;&gt; Thanks IOhannes, but I&#39;m looking for the performance application ...<br>
&gt;&gt;<br>
&gt;<br>
&gt; you can (or &quot;could&quot;, by now) submit performances, installations, workshops<br>
&gt; and papers with the above two links.<br>
&gt;<br>
&gt; fgmasdr<br>
&gt; mfasdf.<br>
&gt; IOhannes<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; <a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a> mailing list<br>
&gt; UNSUBSCRIBE and account-management -&gt;<br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Jaime E Oliver LR<br>
<br>
<a href="mailto:joliverl@ucsd.edu">joliverl@ucsd.edu</a><br>
<a href="http://www.realidadvisual.org/jaimeoliver
www-crca.ucsd.edu/" target="_blank">www.realidadvisual.org/jaimeoliver<br>
www-crca.ucsd.edu/</a><br>
<a href="http://www.realidadvisual.org" target="_blank">www.realidadvisual.org</a><br>
<br>
858 202 1522<br>
9168 Regents Rd. Apt. G<br>
La Jolla, CA 92037<br>
USA<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 7<br>
Date: Mon, 16 Mar 2009 09:54:12 +0100<br>
From: Georg Holzmann &lt;<a href="mailto:grh@mur.at">grh@mur.at</a>&gt;<br>
Subject: Re: [PD] Pd book sprint in NYC/Berlin<br>
To: Derek Holzer &lt;<a href="mailto:derek@umatic.nl">derek@umatic.nl</a>&gt;<br>
Cc: PD List &lt;<a href="mailto:pd-list@iem.at">pd-list@iem.at</a>&gt;<br>
Message-ID: &lt;<a href="mailto:49BE13B4.4030400@mur.at">49BE13B4.4030400@mur.at</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Derek Holzer schrieb:<br>
&gt; My tendency is to keep everything as simple and low-tech as possible.<br>
&gt; Does video conferencing add anything substantial that IRC doesn&#39;t have<br>
&gt; already? Do we want to do interpretive dance for each other in order to<br>
&gt; write a FLOSS manual? Do we really need to look at another room full of<br>
&gt; people sitting behind laptops across the ocean somewhere? Does anybody<br>
&gt; ever actually watch these video streams from meetings like these? I<br>
&gt; could see some sense if there was some sort of presentation aspect, but<br>
&gt; these will be working sessions, i.e. very boring to look at .<br>
<br>
You are right.<br>
And if one really wants to speak/see each other, one can use ekiga,<br>
skype or whatever ...<br>
<br>
LG<br>
Georg<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 8<br>
Date: Mon, 16 Mar 2009 09:57:30 +0100<br>
From: Derek Holzer &lt;<a href="mailto:derek@umatic.nl">derek@umatic.nl</a>&gt;<br>
Subject: Re: [PD] Problems accessing Pdlist Archives<br>
To: Alex Lucas &lt;<a href="mailto:alex3lucas@googlemail.com">alex3lucas@googlemail.com</a>&gt;<br>
Cc: <a href="mailto:pd-list@iem.at">pd-list@iem.at</a><br>
Message-ID: &lt;<a href="mailto:49BE147A.4080709@umatic.nl">49BE147A.4080709@umatic.nl</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
Hi Alex,<br>
<br>
I had the same problem yesterday. There are three alternates listed at:<br>
<br>
<a href="http://puredata.info/community/lists" target="_blank">http://puredata.info/community/lists</a><br>
<br>
Gmane, Mail Archive and Markmail. One of those should work for you.<br>
<br>
best!<br>
Derek<br>
<br>
Alex Lucas wrote:<br>
&gt; Hello everyone,<br>
&gt;<br>
&gt; Over the last couple of days I haven&#39;t been able to access the Pdlist<br>
&gt; Archives by following the link on this page<br>
&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a>. Has anyone else had the<br>
&gt; same problem or dose anyone know of an alternative link?<br>
<br>
<br>
--<br>
::: derek holzer ::: <a href="http://blog.myspace.com/macumbista" target="_blank">http://blog.myspace.com/macumbista</a> :::<br>
<a href="http://www.vimeo.com/macumbista" target="_blank">http://www.vimeo.com/macumbista</a> :::<br>
---Oblique Strategy # 173:<br>
&quot;Voice your suspicions&quot;<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 9<br>
Date: Mon, 16 Mar 2009 09:16:49 +0000<br>
From: Alex Lucas &lt;<a href="mailto:alex3lucas@googlemail.com">alex3lucas@googlemail.com</a>&gt;<br>
Subject: Re: [PD] Problems accessing Pdlist Archives<br>
To: Derek Holzer &lt;<a href="mailto:derek@umatic.nl">derek@umatic.nl</a>&gt;<br>
Cc: <a href="mailto:pd-list@iem.at">pd-list@iem.at</a><br>
Message-ID:<br>
        &lt;<a href="mailto:6b61086c0903160216m79ba0ecch27b317a42038faf7@mail.gmail.com">6b61086c0903160216m79ba0ecch27b317a42038faf7@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi Derek,<br>
<br>
Thanks for your help, I really like markmail!<br>
<br>
Thanks,<br>
Alex<br>
<br>
2009/3/16 Derek Holzer &lt;<a href="mailto:derek@umatic.nl">derek@umatic.nl</a>&gt;<br>
<br>
&gt; Hi Alex,<br>
&gt;<br>
&gt; I had the same problem yesterday. There are three alternates listed at:<br>
&gt;<br>
&gt; <a href="http://puredata.info/community/lists" target="_blank">http://puredata.info/community/lists</a><br>
&gt;<br>
&gt; Gmane, Mail Archive and Markmail. One of those should work for you.<br>
&gt;<br>
&gt; best!<br>
&gt; Derek<br>
&gt;<br>
&gt;<br>
&gt; Alex Lucas wrote:<br>
&gt;<br>
&gt;&gt; Hello everyone,<br>
&gt;&gt;<br>
&gt;&gt; Over the last couple of days I haven&#39;t been able to access the Pdlist<br>
&gt;&gt; Archives by following the link on this page<br>
&gt;&gt; <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a>. Has anyone else had the same<br>
&gt;&gt; problem or dose anyone know of an alternative link?<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; ::: derek holzer ::: <a href="http://blog.myspace.com/macumbista" target="_blank">http://blog.myspace.com/macumbista</a> :::<br>
&gt; <a href="http://www.vimeo.com/macumbista" target="_blank">http://www.vimeo.com/macumbista</a> :::<br>
&gt; ---Oblique Strategy # 173:<br>
&gt; &quot;Voice your suspicions&quot;<br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://lists.puredata.info/pipermail/pd-list/attachments/20090316/adf09b8d/attachment.htm" target="_blank">http://lists.puredata.info/pipermail/pd-list/attachments/20090316/adf09b8d/attachment.htm</a>&gt;<br>

<br>
------------------------------<br>
<br>
_______________________________________________<br>
Pd-list mailing list<br>
<a href="mailto:Pd-list@iem.at">Pd-list@iem.at</a><br>
to manage your subscription (including un-subscription) see<br>
<a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
<br>
<br>
End of Pd-list Digest, Vol 48, Issue 72<br>
***************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Alexandre Torres Porres<br>cel. (11)8179-6226<br>Website: <a href="http://porres.googlepages.com/home">http://porres.googlepages.com/home</a><br><a href="http://www.myspace.com/alexandretorresporres">http://www.myspace.com/alexandretorresporres</a><br>
<br>
</div>