[jQuery] Get text from an element then append it immediately after

[jQuery] Get text from an element then append it immediately after

<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>I tried posting this earlier, but not sure if it worked, so trying again.<BR>
 <BR>
I'm want to get the content from inside <address> elements, then place the content in a link, that will get sent to Google maps, after the <address> element. <BR>
 <BR>
There will be multiple addresses on the same page. <BR>
 <BR>
For example (I've substituted [] for <>):<BR>
 <BR>
<STRONG>[address]Location[/address]</STRONG><BR>
 <BR>
would become <BR>
 <BR>
<STRONG>[address]Location[/address][a href="</STRONG><A href='http://maps.google.com/maps?hl=en&q=Location"]Blah'><STRONG>http://maps.google.com/maps?hl=en&q=Location"]Blah</STRONG></A><STRONG> Blah[/a]</STRONG><BR>
 <BR>
I imagine I need to use some combination of .clone and .append, but I'm not sure how. <BR>
 <BR>
Any help would be greatly appreciated. <BR>
 <BR>
 <BR>
Regards,<BR>Garth McMillan<BR><BR><br /><hr />Email Australia. <a href='http://emailaustralia.ninemsn.com.au' target='_new'>Be part of history. Take part in Australia's first e-mail archive with </a></body>
</html>