function thread(threadurl, title) { this.threadurl = threadurl; this.title = title; } var threads = new Array(5); threads[0] = new thread('/topics/sexual-health/how-to-get-better-tasting-sperm.html','How To Get Better Tasting Sperm'); threads[1] = new thread('/topics/sexual-health/daily-sex-helps-to-reduce-sperm-dna-damage-and-improve-fertility.html','Daily Sex Helps To Reduce Sperm DNA Damage And Improve Fertility'); threads[2] = new thread('/topics/libido-issues/sexual-satisfaction.html','Sexual Satisfaction'); threads[3] = new thread('/topics/libido-issues/loss-of-sexual-desire-and-you.html','Loss of Sexual Desire and You'); threads[4] = new thread('/topics/sexual-health/foods-for-a-fuller-sex-life.html','Foods for a Fuller Sex Life');