Tabs to Definition List Applescript

After getting a bunch of links in tabs in Safari and running this script:
set link_list to {}
set AppleScript's text item delimiters to ""
tell application "System Events"
    tell process "Safari"
        set winCount to count of windows
        set link_list to link_list & "<dl>
"
        repeat with i from 1 to winCount
            set tabCount to count of radio buttons of window i
            repeat with j from 1 to tabCount
                click radio button j of window i
                set theUrl to value of text field 1 of group 1 ¬
                    of splitter group 1 of window i as string
                set theTitle to name of window i as string
                set link_list to link_list & (" <dt>
        <a href="" & theUrl & "" title="" & theTitle & "">" & theTitle & "</a>
    </dt>
    <dd>
        
    </dd>
") as string
            end repeat
            set link_list to link_list & ""
        end repeat
        set link_list to link_list & "</dl>"
    end tell
end tell
set old_delim to AppleScript's text item delimiters
set AppleScript's text item delimiters to return
set link_list to link_list as text
set AppleScript's text item delimiters to old_delim
set the clipboard to link_list
tell application "Safari"
    activate
    display dialog "The tab definition list is on the clipboard." ¬
        buttons {"OK"} default button 1
end tell
I went and copied the first paragraph of each article into the corresponding <code><dd></code> and ended up with this:
Yahoo! News – Bush Ancestor’s Bank Seized by Gov’t
President Bush’s grandfather was a director of a bank seized by the federal government because of its ties to a German industrialist who helped bankroll Adolf Hitler’s rise to power, government documents show.
A conservative’s review of Al Franken’s “Lies and the Lying Liars”
I must say that only once before in my life have I ever felt as utterly shocked as I am at this moment. The time before was when I first realized that my boss at the time, Bill Sizemore, was greedy and dishonest. The foundations of my universe shook. What has utterly shocked me today is Al Franken’s latest book, “Lies and the Lying Liars Who Tell Them: A Fair and Balanced Look at the Right.”
Windows iTunes sparks mixed reactions | CNET News.com
A large number of Windows users have jumped at the chance to try Apple Computer’s iTunes jukebox software — and reactions are ranging from unabashed praise to complaints of bugs.
3D Border Demo 2 by Chris Hester 16 Oct 2003
If you liked my recent 3D Border Demo then take a look at my new improved version. I’ve created a picture of a house using nothing more than stylesheets and borders. Absolutely no images.
United Press International: Sick, wounded U.S. troops held in squalor
Hundreds of sick and wounded U.S. soldiers including many who served in the Iraq war are languishing in hot cement barracks here while they wait — sometimes for months — to see doctors.
PressThink: What’s Radical About the Weblog Form in Journalism?
These ten things, for starters. Got others? Hit the comment button.
Wired News: Moms Battle Genetic Engineering
A group of New Zealand mothers led by a former pop star have launched a provocative billboard campaign to protest their government’s decision to allow agricultural genetic engineering. The billboard ads feature a four-breasted woman attached to a milking machine.
Plastic: World Economy Addicted To U.S. Consumer Spending
As signs accumulate that the U.S. economic recovery is gaining momentum, relief is palpable across the globe. That’s because the United States remains the engine of the world economy as a whole. But many economists believe that excessive reliance on America is the biggest problem facing the world economy today. As former Treasury Secretary Lawrence Summers once put it, “The world economy is flying on one engine.” And a plane that flies on one engine is a lot more likely to crash,” NH4 observes.
Adrants Steve Hall’s Advertising Weblog including, internet marketing and online advertising with news, commentary, and opinion.
Pamela Anderson has joined the ranks of celebrities who are urging the public to boycott KFC because of the supposedly uncivilized manner in which the handle breasts… um… chicken. Anderson says, “If people knew how KFC treats chickens, they’d never eat another drumstick.” Maybe she meant breasts but that’s besides the point because this article is supposed to be about breasts… I mean chicken, not breasts. Hard to concentrate here.
NPR : The Ombudsman at National Public Radio
On October 9, Terry Gross, longtime host of NPR’s Fresh Air aired her interview with populist political talk show host Bill O’Reilly. The e-mails and phone calls of outrage are still arriving.