How to load web pages from array values?

For example :
var A=["www.asdsa.com","www.coder.com","www.sfsdfdsf.com"];
I want to use all the array values and load with javascript (background or iC
Cheers!

The only thing that comes to mind is converting each url to an iframe that loads that url and isert them in the DOM. But why’d you load more then 1 different pages on one is beyond me.