var URL1_URL ; var URL1_Title ; var URL1_Description ; var URL1_Notes ; var URL1_Comment ; var URL1_FolderName ; var URL1_Tag1 ; var URL1_Tag2 ; var URL1_Tag3 ; var URL1_Tag4 ; var URL1_Tag5 ; var URL1_Tag6 ; var URL1_Tag7 ; var URL2_URL ; var URL2_Title ; var URL2_Description ; var URL2_Notes ; var URL2_Comment ; var URL2_FolderName ; var URL2_Tag1 ; var URL2_Tag2 ; var URL2_Tag3 ; var URL2_Tag4 ; var URL2_Tag5 ; var URL2_Tag6 ; var URL2_Tag7 ; URL1_URL = "http://www.hotelsmangalore.com" ; URL1_Title = "Mangalore Hotels : Book Lodges & Hotels in Mangalore India, Cheap Rates" ; URL1_Description = "Official site for booking mangalore Hotels. Search from budget to luxury hotels in mangalore India. Find cheap rates and tariffs, telephone numbers and addresses for a list of mangalore hotels, discount deals on resorts packages and 5 star mangalore hotel rooms" ; URL1_Notes ="Awesome Website to book and reserve Mangalore Hotels and Lodges Online. Great Price, Excellent Customer Service." ; URL1_Comment ="Awesome Website to book and reserve Mangalore Hotels and Lodges Online. Great Price, Excellent Customer Service." ; URL1_FolderName ="Hotels" ; URL1_Tag1 ="mangalore" ; URL1_Tag2 ="mangalore Hotels , Hotels" ; URL1_Tag3 ="Travel , India , Trip" ; URL1_Tag4 ="Cheap" ; URL1_Tag5 ="Budget" ; URL1_Tag6 ="Lodges" ; URL1_Tag7 ="Star" ; URL2_URL = "http://www.hotelsno1.com" ; URL2_Title = "India Hotels: Book Lodges and Hotels in India, Cheap Hotel rates" ; URL2_Description = "Official site for booking India Hotels and Lodges. Search from budget to luxury hotels in India. Find cheap rates and tariffs, telephone numbers and addresses for a list of India hotels, discount deals on resorts packages and 5 star hotel rooms in India" ; URL2_Notes ="Awesome website to Book and Reserve Lodges and Hotels in India. Unbeatable Price, Great Customer Support." ; URL2_Comment ="Awesome website to Book and Reserve Lodges and Hotels in India. Unbeatable Price, Great Customer Support." ; URL2_FolderName ="Hotels" ; URL2_Tag1 ="India , India Hotels" ; URL2_Tag2 ="Hotels" ; URL2_Tag3 ="Travel , Trip" ; URL2_Tag4 ="Cheap" ; URL2_Tag5 ="Budget" ; URL2_Tag6 ="Lodges" ; URL2_Tag7 ="Star" ; function MyOnloadFunc() { var URL1_AllTags = URL1_Tag1 + ' , ' + URL1_Tag2 + ' , ' + URL1_Tag3 + ' , ' + URL1_Tag4 + ' , ' + URL1_Tag5 + ' , ' + URL1_Tag6 + ' , ' + URL1_Tag7 ; var URL2_AllTags = URL2_Tag1 + ' , ' + URL2_Tag2 + ' , ' + URL2_Tag3 + ' , ' + URL2_Tag4 + ' , ' + URL2_Tag5 + ' , ' + URL2_Tag6 + ' , ' + URL2_Tag7 ; Tag_Hoo(URL1_URL, URL1_Title, URL1_AllTags , URL1_Description, 1 ) ; Tag_Hoo(URL2_URL, URL2_Title, URL2_AllTags , URL2_Description, 2 ) ; //Tag_Fur(URL1_URL, URL1_Title, URL1_AllTags , URL1_Description, URL1_Comment, 1 ) ; //Tag_Fur(URL2_URL, URL2_Title, URL2_AllTags , URL2_Description, URL2_Comment, 2 ) ; Tag_Blin(URL1_URL, URL1_Title, URL1_AllTags , URL1_Description, 1 ) ; Tag_Blin(URL2_URL, URL2_Title, URL2_AllTags , URL2_Description, 2 ) ; Tag_Simp(URL1_URL, URL1_Title, URL1_AllTags , URL1_Description, 1 ) ; Tag_Simp(URL2_URL, URL2_Title, URL2_AllTags , URL2_Description, 2 ) ; Tag_Spur(URL1_URL, URL1_Title, URL1_AllTags , URL1_Description, URL1_Comment, 1 ) ; Tag_Spur(URL2_URL, URL2_Title, URL2_AllTags , URL2_Description, URL2_Comment, 2 ) ; }