var temp = " "; temp += 'Home ' temp += 'Check Your Email ' temp += 'Games ' temp += 'About Us ' temp += 'Shop Online ' temp += 'Cool Activities ' temp += 'Contact Us ' temp += 'Privacy' document.write(temp);