tweaking the Google Adwords page

View: New views
1 Messages — Rating Filter:   Alert me  

tweaking the Google Adwords page

by mortona :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The Google Adwords tool spits out a list of keywords.  I'd like to turn these into links to google search results.  

I can get the words with:

var c0 = document.getElementsByClassName('c0');


How would I loop through this array and replace the text with links?

Thanks!