
var fileName = location.pathname;
//document.write(fileName);

var iViewlinks = new Array(
    "/cinemascope/iviewash_sea.htm",
	"/cinemascope/iviewsaifali_sea.htm",
	"/cinemascope/iviewkatrina_sea.htm",
	"/cinemascope/iviewkareenakapoor_sea.htm",
	"/cinemascope/iviewhrithikr_sea.htm",
    "/cinemascope/iviewajay_sea.htm",
    "/cinemascope/iviewmallika_sea.htm",
    "/cinemascope/iviewabhishek_sea.htm",
    "/cinemascope/iviewdia_sea.htm",
	"/cinemascope/iviewraveena_sea.htm",
	"/cinemascope/iviewbipashabasu_sea.htm",
    "/cinemascope/iviewarjun_sea.htm",
	"/cinemascope/iviewvivek1_sea.htm",
	"/cinemascope/iviewUrmila1_sea.htm",
	"/cinemascope/iviewsalman_khan_sea.htm",
	"/cinemascope/iviewdino_sea.htm",
	"/cinemascope/interviewsArchives.jsp"
	);
//	 (Add this at the end of above list to get 'Interview Archives' Link)
var iViewNames = new Array(
	"Aishwarya Rai",
	"Saif Ali Khan",
	"Katrina Kaif",
	"Kareena Kapoor",
	"Hrithik Roshan",
	"Ajay Devgan",
	"Mallika Sherawat",
	"Abhishek Bachchan",
	"Dia Mirza",
	"Raveena Tandon",
	"Bipasha Basu",
	"Arjun Rampal",
	"Vivek Oberoi",
	"Urmila Matondkar",
	"Salman Khan",
	"Dino Morea",
	"Interview Archives"
	);
//
var linkString = "| ";
for (i=0; i<iViewlinks.length; i++) {
	if (fileName != iViewlinks[i]) 
		linkString += '<a href="'+iViewlinks[i]+'">'+iViewNames[i]+'</a> | '; 
}

document.write(''+
'<table width="100%" cellspacing="0" cellpadding="5">'+
'<tr><td><font face="verdana" size="2" color="#FFCC33">See Also</font></td></tr>'+
'	<tr><td><font face="verdana" size="2">'+
		linkString+
'	</font></td></tr>'+
'</table>'+
'');

