var str1, str2

str1 = "<font color=red><b>Tourism Information</b></font><br><a href=http://www.sspgm.net/tourisminfoindia.html>Click Here</a><p>"
str2 = "<font color=red><b>Business Directory</b><br><a href=http://www.sspgm.net/business/index.asp>Click for Listings</a><p><b>Professional Directory</b><br><a href=http://www.sspgm.net/professional/index.asp>Click For Listings</a><p><font color=red><b>Send us an email</b></font><br><a href=mailto:shiladhiru@yahoo.com>shiladhiru@yahoo.com</a>"

document.write(str1+str2);
