var u = new Array(); var a=new Array(); var t=new Array();
u[0] = "http://topforall.com/Wedding/"
t[0] = "TopForAll Weddings"
a[0] = "Topforall Wedding and Marriage"
u[1] = "http://women.sinoa.com/10.html"
t[1] = "Wedding & Women"
a[1] = "Top wedding and women sites"
u[2] = "http://romance.sinoa.com/Weddings/"
t[2] = "Romantic Weddings"
a[2] = "Top wedding and romance sites"
u[3] = "http://voopoo.com/Wedding/?q=Wedding"
t[3] = "Wedding Resources"
a[3] = "Great wedding resources"
u[4] = "http://www.bestweddingpages.addr.com/cgi-bin/autorank/rankem.cgi?id=wsabestw"
t[4] = "Best Wedding Pages"
a[4] = "Visit best weeding pages"
u[5] = "http://www.top50weddingsites.com/in.php?site=1088208799"
t[5] = "Top 50 Weddings"
a[5] = "Top 50 wedding sites"
u[6] = "http://wedding.sinoa.com/cgi-bin/out.pl?id=wsatcws&url=http%3a%2f%2fwrappers%2etopsitenetwork%2ecom%2f"
t[6] = "Wrap Candy Top"
a[6] = "Wrap candy top sites"
u[7] = "http://www.top100womensites.com/scripts/arp/rankem.cgi?id=wsat100w"
t[7] = "Top Women Sites"
a[7] = "Top 100 Women Sites"
u[8] = "http://www.topweddingwebsites.com/cgi-bin/top100/rankem.cgi?id=wsatwws"
t[8] = "Top Wedding Sites"
a[8] = "Top Wedding Web Sites"
u[9] = "http://www.best100weddingsites.com/vote.asp?uid=538"
t[9] = "Best Wedding Sites"
a[9] = "Best 100 Wedding Sites"
u[10] = "http://www.top500weddingsites.com/top500/in.php?site=1088490878"
t[10] = "Top 500 Weddings"
a[10] = "Top 500 Weddings"
u[11] = "http://www.top100webshops.com"
t[11] = "Top100WebShops.com"
a[11] = "Top100WebShops.com"


for(i=0;i<u.length; i++)
{ document.write("&nbsp;&nbsp;&nbsp;&nbsp;<a href='" +u[i] +"' title='" + a[i] + "' target=new>" + t[i] + "</a><br>")
}

