function validate(){
/*extern alert, document */
if( ( document.send2friendForm.frmail.value.search("@") === -1 ) || ( document.send2friendForm.frmail.value.search("[.*]" ) === -1 ) || ( document.send2friendForm.yrmail.value.search("@") === -1 ) || ( document.send2friendForm.yrmail.value.search("[.*]" ) === -1 ) || ( document.send2friendForm.yrname.value === "" ) || ( document.send2friendForm.frname.value === "" ) ){
alert( "Please make sure the form is complete and valid." );
return false;
} else if( ( document.send2friendForm.frmail.value.search(";") !== -1 ) || ( document.send2friendForm.frmail.value.search(",") !== -1 ) || ( document.send2friendForm.frmail.value.search(" ") !== -1 ) ){
alert( "You cannot enter more than one email address" );
return false;
} else if( ( document.send2friendForm.yrmail.value.search(";") !== -1 ) || ( document.send2friendForm.yrmail.value.search(",") !== -1 ) || ( document.send2friendForm.yrmail.value.search(" ") !== -1 ) ){
alert( "You cannot enter more than one email address" );
} else {
document.send2friendForm.submit();
return true;
}
}
function clickclear(thisfield, defaulttext){
if(thisfield.value === defaulttext){
thisfield.value = "";
}
}
function clickrecall(thisfield, defaulttext){
if(thisfield.value === ""){
thisfield.value = defaulttext;
}
}
function setOpacity(aImage, aType){
if(aType === 1){
aImage.filters.alpha.opacity=100;
}else {
aImage.filters.alpha.opacity=38;
}}
function openwinbook(url, winname, sizew, sizeh)
{
/*extern open */
var winout=open(url,winname,'height=300,width=300');
}
function breakframe()
{
/*extern self, top */
if(self !== top){
top.location.href = self.location.href;
}
}
function clearbox(which){
which.value='';
}
function bookmarknow(opt)
{
/*extern document, open, window */
var url,title;
if(eval(opt) === 1)
{
url = "http://www.BollywoodSargam.org";
title = "Bollywood Sargam : Movies, Bollywood News, Reviews, Hot Photo Gallery Of Bollywood Actors and Actresses";
} else if(eval(opt) === 2){
url = "http://www.BollywoodSargam.com/Dating";
title = "Bollywood Sargam Dating: Get your soulmate, Free profile, Free Membership, Safe and Secure Dating";
} else{
url = "http://www.BollywoodSargam.org";
title = "Bollywood Sargam : Movies, Bollywood News, Reviews, Hot Photo Gallery Of Bollywood Actors and Actresses";
}
if(document.all){ 
window.external.AddFavorite (url,title);
}
if(document.layers){
bookmarknow = open("", "displayWindow", "width=200,height=100,status=no,toolbar=no,menubar=no");
bookmarknow.document.open();
bookmarknow.document.write("<html><body bgcolor='blue' text='white' link='white'><center>Please Bookmark this Page Press CTRL+D after closing. Thanks<br> <a href='javascript:self.close();'>Close this window</a></font></center></body></html>");
bookmarknow.document.close() ;
}}
var path_to_cgi="http://www.bollywoodsargam.com/send2friend.php";
path_to_cgi += '?url=' + escape(document.location);
function tell_friend(){
/*extern path_to_cgi, window */
window.open(path_to_cgi,"FRIENDS01","STATUS=NO,TOOLBAR=NO,LOCATION=NO,DIRECTORIES=NO,COPYHISTORY=NO,MENU=NO,RESIZABLE=NO,SCROLLBARS=YES,TOP=100,LEFT=390,WIDTH=425,HEIGHT=500");
}
function showup(myrandaid,mytitle,mycategU)
{
/*extern top */
var sendtopage = '/answers_viewprofile.php?memberid='+myrandaid+'&amp;membername='+mytitle;
top.location.href = sendtopage;
}
function showvideos(myrandaid,mytitle,mycategU)
{
/*extern top */
var mycateg = mycategU.toLowerCase();
var mynewtitle = mytitle.replace(/_Movie/i,"");
mynewtitle = mynewtitle.replace(/_/g,"+");
var sendtopage = 'http://www.bollywoodsargam.org/'+mycateg+'_videos.php?search_term='+mynewtitle+'&amp;myname='+myrandaid;
top.location.href = sendtopage;

}
function shownews(myrandaid,mytitle,mycategU)
{
/*extern top */
var mynewtitle = mytitle.replace(/_Movie/i,"");
mynewtitle = mynewtitle.replace(/_/g,"+");
var sendtopage = 'http://www.bollywoodsargam.org/news_search.php?search_term='+mynewtitle+'&amp;myname='+myrandaid;
top.location.href = sendtopage;
}
var xmlHttp;
function showUserVideos(user,perpage,pagenum)
{ 
/*extern GetXmlHttpObject, Math, alert, stateChanged, xmlHttp */
xmlHttp=GetXmlHttpObject();
if(xmlHttp===null)
{
alert ("Your browser does not support JavasCript AJAX! Please upgrade your Browser to enjoy more from BollywoodSARGAM.org website");
return;
} 
var url="http://www.bollywoodsargam.com/myajax/bollywoodsargam_ajax_video_by_user.php";
url=url+"?user="+user;
url=url+"&perpage="+perpage;
url=url+"&pagenum="+pagenum;
url=url+"&rand="+Math.random();
xmlHttp.open("GET",url,true);
xmlHttp.onreadystatechange=stateChanged;
xmlHttp.send(null);
}

function showYoutubeTags(user,perpage,pagenum)
{
var sendtopage = 'http://www.bollywoodsargam.org/bollywoodsargam_search.php?search_term='+user;
top.location.href = sendtopage;
}

function flagYoutubeVideo(user,videoid)
{ 
/*extern GetXmlHttpObject, Math, alert, stateChangedFlag, xmlHttp */
xmlHttp=GetXmlHttpObject();
if(xmlHttp===null)
{
alert ("Your browser does not support JavasCript AJAX! Please upgrade your Browser to enjoy more from BollywoodSARGAM.org website");
return;
} 
var url="http://www.bollywoodsargam.org/myajax/bollywoodsargam_ajax_flag_video.php";
url=url+"?user="+user;
url=url+"&videoid="+videoid;
url=url+"&rand="+Math.random();
xmlHttp.open("GET",url,true);
xmlHttp.onreadystatechange=stateChangedFlag;
xmlHttp.send(null);
}
function stateChangedFlag(){
/*extern alert, xmlHttp */
if(xmlHttp.readyState===4){if(xmlHttp.status !== 200){alert("Sorry error occured on server");return;} else {alert("Thank you, We recived your request successfully!");return;}}
}
function tagvalidate(){
/*extern alert, document, showYoutubeTags */
if( document.searchbyTagForm.tag.value === "" ){
alert( "Please make sure you are entering valid tag." );
return false;
} else if(document.searchbyTagForm.tag.value.length < 3) {
alert( "Come on atleast enter a good long search tag word more than 2 characters" );
} else {
var mytag = document.searchbyTagForm.tag.value;
showYoutubeTags(mytag,4,1);
return true;
}}
function stateChanged() 
{
/*extern document, xmlHttp */
if(xmlHttp.readyState===4){if(xmlHttp.status !== 200){document.getElementById("bsajaxdata").innerHTML= "<br><br><br>Sorry....<br><br><br><br>The Server did not return any results (Result code: 200)<br><br><br><br>Please try again<br><br>Sorry for the Inconvenience";} else {document.getElementById("bsajaxdata").innerHTML=xmlHttp.responseText;}
}
if(xmlHttp.readyState===1 || xmlHttp.readyState===2 || xmlHttp.readyState===3)
{
document.getElementById("bsajaxdata").innerHTML= "<br><br><br>Searching....<br><br><br><br>Please wait<br><br><br><br>We are searching<br><br>10 Million Videos and<br><br>more than 1 million<br><br>user records<br><br><br><br>Loading .....<br><br><br><br>Please wait ...";
}}
function GetXmlHttpObject()
{
/*extern ActiveXObject, XMLHttpRequest */
var xmlHttp=null;
try
{
// Firefox, Opera 8.0+, Safari
xmlHttp=new XMLHttpRequest();
}
catch (e)
{
// Internet Explorer
try
{
xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e)
{
xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
}
return xmlHttp;
}
/* Pop-it menu- © Dynamic Drive (www.dynamicdrive.com) */
var defaultMenuWidth="350px"; //set default menu width.
var linkset=new Array();
//SPECIFY MENU SETS AND THEIR LINKS. FOLLOW SYNTAX LAID OUT
linkset[0]='<table border="0" width="100%" cellspacing="1" cellpadding="0"><tr><td class="bgbollywoodsargam" align="center">Move Mouse over topic names</td></tr></table>';
linkset[1]='<table border="0" width="600" cellspacing="1" cellpadding="0">';
linkset[1]+='<tr><td align="center"><a href="http://del.icio.us/post?v=4&partner=bollywoodsargam&noui&jump=close&url='+encodeURIComponent(location.href);
linkset[1]+='"&title='+encodeURIComponent(document.title);
linkset[1]+='" target="_blank"><img src="http://img.bollywoodsargam.com/myimages/add_to_delicious.gif" width="10" height="10" alt="Bookmark this page on deli.cio.us">&nbsp;Add to del.icio.us</a>' ;
linkset[1]+='</td><td><a href="http://add.my.yahoo.com/rss?url='+encodeURIComponent(location.href);
linkset[1]+='" target="_blank"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" alt="Click here to add this page to MY YAHOO" width="91" height="17"></a></td><td><a href="http://feeds.my.aol.com/add.jsp?url='+encodeURIComponent(location.href);
linkset[1]+='" target="_blank"><img src="http://o.aolcdn.com/myfeeds/vis/myaol_cta1.gif" alt="Click here to add this page to MY AOL" width="63" height="14"></a></td><td><a href="http://fusion.google.com/add?feedurl='+encodeURIComponent(location.href);
linkset[1]+='" target="_blank"><img src="http://buttons.googlesyndication.com/fusion/add.gif" alt="Click here to add this page to Google" width="104" height="17"></a></td><td><a href="http://client.pluck.com/pluckit/prompt.aspx?GCID=C12286x053&a='+encodeURIComponent(location.href);
linkset[1]+='" target="_blank"><img src="http://www.pluck.com/images/rss-pluck.gif" alt="Click here to add this page to Pluck" width="91" height="17"></a></TD></tr>';
linkset[1]+='<tr><td align="center"><a href="http://www.rojo.com/add-subscription?resource='+encodeURIComponent(location.href);
linkset[1]+='" target="_blank"><img src="http://www.rojo.com/skins/static/images/add-to-rojo.gif" alt="Click here to add this page to ROJO" width="52" height="17"></a></td><td><a href="http://www.bloglines.com/sub/'+encodeURIComponent(location.href);
linkset[1]+='" target="_blank"><img src="http://www.bloglines.com/images/sub_modern5.gif" alt="Click here to add this page to BLOGLINES" width="80" height="15"></a></td><td><a href="http://www.netvibes.com/subscribe.php?url='+encodeURIComponent(location.href);
linkset[1]+='" target="_blank"><img src="http://www.netvibes.com/img/add2netvibes.gif" alt="Click here to add this page to NETVIBES" width="91" height="17"></a></td><td><a href="http://www.pageflakes.com/subscribe.aspx?url='+encodeURIComponent(location.href);
linkset[1]+='" target="_blank"><img src="http://www.pageflakes.com/subscribe2.gif" alt="Click here to add this page to PAGEFLAKES" width="81" height="17"></a></td><td><a href="http://www.icra.org/sitelabel/" target="_blank"><img src="http://img.bollywoodsargam.com/myimages/icra_88x31.gif" alt="Labelled with ICRA - Click here to check BollywoodSARGAM content rating by ICRA" width="88" height="31"></a></TD></tr>';
linkset[1]+='<TR><td align="center"><a href="http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=&amp;Url='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add this page to blinklist" target="_blank">Blinklist</a></td><td align="center"><a href="http://digg.com/submit?phase=2&amp;url='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add to digg" target="_blank">Digg</a></td><td align="center"><a href="http://cgi.fark.com/cgi/fark/edit.pl?new_url='+encodeURIComponent(location.href);
linkset[1]+='&amp;linktype=Misc" alt="Add to fark" target="_blank">Fark</a></td><td align="center"><a href="http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add to furl" target="_blank">Furl It</a></td><td align="center"><a href="http://ma.gnolia.com/bookmarklet/snap/add?url='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add to magnolia" target="_blank">Magnolia</a></td></tr><tr><td align="center"><a href="http://www.newsvine.com/_tools/seed&amp;save?u='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add to newsvine" target="_blank">newsvine</a></td><td align="center"><a href="http://reddit.com/submit?url='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add to reddit" target="_blank">Reddit</a></td><td align="center"><a href="http://www.simpy.com/simpy/LinkAdd.do?href='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add to simpy" target="_blank">Simpy</a></td><td align="center"><a href="http://www.spurl.net/spurl.php?url='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add to spurl" target="_blank">Spurl</a></td><td align="center"><a href="http://synergy2.search.yahoo.com/myresults/bookmarklet?u='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add to myyahoo" target="_blank" target="_blank">My Yahoo</a></td></tr><tr><td align="center"><a href="http://www.shadows.com/features/tcr.htm?url='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add to shadows" target="_blank">Shadows</a></td><td align="center"><a href="http://www.sync2it.com/addbm.php?url='+encodeURIComponent(location.href);
linkset[1]+='" alt="Add to sync2it" target="_blank">Sync2it</a></td><td align="center"><a href="http://www.blogarithm.com/subrequest.php?BlogURL='+encodeURIComponent(location.href);
linkset[1]+='" alt="Monitor BollywoodSARGAM with Blogarithm" target="_blank">Monitor with Blogarithm</a></td><td align="center"><a href="http://www.meneame.net/submit.php?url='+encodeURIComponent(location.href);
linkset[1]+='" alt="Meneame" target="_blank">Meneame</a></TD><td align="center">&nbsp;</td></tr></table>';
linkset[2]='<table border="1" width="100%" cellspacing="1" cellpadding="2"><tr><td align="center" colspan="3" class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_home.php">Hollywood Home</a></td></tr><tr><td class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_actresses.php">Actresses</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_a2z_actresses.php">Latest Actresses</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_a2z_actresses.php?sort=top">Popular Actresses</a></td></tr><tr><td class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_actors.php">Actors</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_a2z_actors.php">Latest Actors</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_a2z_actors.php?sort=top">Popular Actors</a></td></tr><tr><td class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_movies.php">Movies</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_a2z_movies.php">Latest Movies</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/newsarchive.php?type=2">Movie Reviews</a></td></tr><tr><td class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_news.php">News</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/albumsarchive.php?type=103">Albums Archives</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=84882543">Wallpapers</a></td></tr><tr><td align="center" colspan="3">Videos &amp; Music Albums</td></tr><tr><td class="bghollywood"><a href="http://www.bollywoodsargam.com/hollywood_videos.php">Videos</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/video_hollywoodtrailers.php">Hollywood Trailers</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/video_hollywoodmusicvideos.php">Music Videos</a></td></tr><tr><td class="bghollywood"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Rap+Pop+Videos&amp;sort=latest&amp;searchop=video">Rap &amp; Pop</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Hollywood+Movie+Scenes&amp;sort=latest&amp;searchop=video">Hollywood Movie Scenes</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/video_todayfeaturedvideo.php?search_term=watch_on_mobile">Watch on Mobile</a></td></tr><tr><td class="bghollywood"><a href="http://www.bollywoodsargam.com/video_todayfeaturedvideo.php?search_term=most_popular">Most Popular</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/video_a2z_home.php?videocatid=44">Hollywood Hot Clips</a></td><td class="bghollywood"><a href="http://www.bollywoodsargam.com/video_todayfeaturedvideo.php?search_term=most_recent">Most Recent</a></td></tr></table>';
linkset[3]='<table border="1" width="100%" cellspacing="1" cellpadding="2"><tr><td align="center" colspan="3" class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_home.php">Bollywood Home</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_actresses.php">Actresses</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_a2z_actresses.php">Latest Actresses</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_a2z_actresses.php?sort=top">Popular Actresses</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_actors.php">Actors</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_a2z_actors.php">Latest Actors</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_a2z_actors.php?sort=top">Popular Actors</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_movies.php">Movies</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_a2z_movies.php">Latest Movies</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/newsarchive.php?type=3">Movie Reviews</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_news.php">News</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/albumsarchive.php?type=102">Albums Archives</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=7247131">Wallpapers</a></td></tr><tr><td align="center" colspan="3">Videos  &amp; Full Movies</td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_videos.php">Videos</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywood_trailers.php">Bollywood Trailers</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/video_bollywoodmusicvideos.php">Music Videos</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_movies_video.php">Full Movies</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_trailers_n_trivia_video.php">Movie Trailers</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_movie_songs_video.php">Movie Songs</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_movie_scenes_video.php">Movie Scenes</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_music_videos_video.php">Music Videos</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_kids_video.php">Videos For Kids</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_short_films_video.php">Short Films</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_documentaries_video.php">Documentaries</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_concerts_video.php">Concerts Shows</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_comedy_video.php">Comedy Shows</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_vlogs_video.php">Vlogs</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_bbc_motion_gallery_video.php">BBC Motion Gallery</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_baba_ramdev_video.php">Baba Ramdev</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_astro_video.php">Astro Videos</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/video_classic_songs.php">Old Hindi Classic Songs</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_contest_video.php">Contest</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_cii_video.php">CII Videos</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_tv_shows_video.php">TV Shows &amp; Serials</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/video_songclip.php">Hindi songs</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/hindi_ficii_video.php">FICCI Videos</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/video_hindi_songs_remix_mp3.php">Hindi Remix Songs</a></td></tr><tr><td align="center" colspan="3">Regional Movies Video &amp; Trailers</td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Bhojpuri+Trailers&amp;sort=latest&amp;searchop=video">Bhojpuri Trailers</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/punjabi_trailers_n_trivia_video.php">Punjabi Trailers</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bengali_trailers_n_trivia_video.php">Bengali Trailers</a></td></tr><tr><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/marathi_trailers_n_trivia_video.php">Marathi Trailers</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/gujarati_movies_video.php">Gujrati Movies</a></td><td class="bgbollywood"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Assamese+Trailers&amp;sort=latest&amp;searchop=video">Assamese Trailers</a></td></tr></table>';
linkset[4]='<table border="1" width="100%" cellspacing="1" cellpadding="2"><tr><td align="center" colspan="3" class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_home.php">Tollywood Home</a></td></tr><tr><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_actresses.php">Actresses</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_a2z_actresses.php">Latest Actresses</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_a2z_actresses.php?sort=top">Popular Actresses</a></td></tr><tr><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_actors.php">Actors</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_a2z_actors.php">Latest Actors</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_a2z_actors.php?sort=top">Popular Actors</a></td></tr><tr><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_movies.php">Movies</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_a2z_movies.php">Latest Movies</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/newsarchive.php?type=4">Movie Reviews</a></td></tr><tr><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_news.php">News</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/albumsarchive.php?type=104">Albums Archives</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=3054728">Wallpapers</a></td></tr><tr><td align="center" colspan="3">Videos  &amp; Full Movies</td></tr><tr><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tollywood_videos.php">Videos</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/video_tamil_trailers.php">Tollywood Trailers</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/video_tollywoodmusicvideos.php">Music Videos</a></td></tr><tr><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tamil_movies_video.php">Tamil Full Movies</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tamil_trailers_n_trivia_video.php">Tamil Movie Trailers</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tamil_movie_songs_video.php">Tamil Movie Songs</a></td></tr><tr><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tamil_movie_scenes_video.php">Tamil Movie Scenes</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tamil_tv_shows_video.php">Tamil TV Shows</a></td><td class="bgtollywood"><a href="http://www.bollywoodsargam.com/tamil_devotional_video.php">Tamil Devotional</a></td></tr></table>';
linkset[5]='<table border="1" width="100%" cellspacing="1" cellpadding="2"><tr><td align="center" colspan="3" class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_home.php">Kollywood Home</a></td></tr><tr><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_actresses.php">Actresses</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_a2z_actresses.php">Latest Actresses</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_a2z_actresses.php?sort=top">Popular Actresses</a></td></tr><tr><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_actors.php">Actors</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_a2z_actors.php">Latest Actors</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_a2z_actors.php?sort=top">Popular Actors</a></td></tr><tr><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_movies.php">Movies</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_a2z_movies.php">Latest Movies</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/newsarchive.php?type=5">Movie Reviews</a></td></tr><tr><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_news.php">News</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/albumsarchive.php?type=105">Albums Archives</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=1311256">Wallpapers</a></td></tr><tr><td align="center" colspan="3">Videos  &amp; Full Movies</td></tr><tr><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/kollywood_videos.php">Videos</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/video_a2z_home.php?videocatid=54&amp;amp;sort=latest">Kollywood Trailers</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/video_kollywoodmusicvideos.php">Music Videos</a></td></tr><tr><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/telugu_movies_video.php">Telugu Full Movies</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/telugu_trailers_n_trivia_video.php">Telugu Movie Trailers</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/telugu_movie_songs_video.php">Telugu Movie Songs</a></td></tr><tr><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Kannada+Movie+Trailers&amp;sort=latest&amp;searchop=video">Kannada Trailers</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/telugu_tv_shows_video.php">Telugu TV Shows</a></td><td class="bgkollywood"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Malayalam+Trailers&amp;sort=latest&amp;searchop=video">Malayalam Trailers</a></td></tr></table>';
linkset[6]='<table border="1" width="100%" cellspacing="1" cellpadding="2"><tr><td align="center" colspan="3" class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_home.php">Lollywood Home</a></td></tr><tr><td class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_actresses.php">Actresses</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_a2z_actresses.php">Latest Actresses</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_a2z_actresses.php?sort=top">Popular Actresses</a></td></tr><tr><td class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_actors.php">Actors</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_a2z_actors.php">Latest Actors</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_a2z_actors.php?sort=top">Popular Actors</a></td></tr><tr><td class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_movies.php">Movies</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_a2z_movies.php">Latest Movies</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/newsarchive.php?type=6">Movie Reviews</a></td></tr><tr><td class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_news.php">News</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/albumsarchive.php?type=106">Albums Archives</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=5862392">Wallpapers</a></td></tr><tr><td align="center" colspan="3">Videos  &amp; Full Movies</td></tr><tr><td class="bglollywood"><a href="http://www.bollywoodsargam.com/lollywood_videos.php">Videos</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/video_a2z_home.php?videocatid=47&amp;sort=latest">Lollywood Trailers</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/video_lollywoodmusicvideos.php">Music Videos</a></td></tr><tr><td class="bglollywood"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Pakistani+Mujra&amp;sort=latest&amp;searchop=video">Mujra Videos</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Lollywood+Trailers&amp;sort=latest&amp;searchop=video">Pakistani Trailers</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/video_a2z_home.php?videocatid=45">Pakistani Movie Songs</a></td></tr><tr><td class="bglollywood"><a href="http://www.bollywoodsargam.com/video_pakistanidramas.php">Pakistani Dramas</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Pakistani+TV+Serials&amp;sort=latest&amp;searchop=video">TV Serials</a></td><td class="bglollywood"><a href="http://www.bollywoodsargam.com/video_pakistan_hotclips.php">Pakistani Hot Clips</a></td></tr></table>';
linkset[7]='<table border="1" width="100%" cellspacing="1" cellpadding="2"><tr><td align="center" colspan="3">More Interesting Sections</td></tr><tr><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/hindi_home.php">Hindi</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/tamil_home.php">Tamil</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/telugu_home.php">Telugu</a></td></tr><tr><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/marathi_home.php">Marathi</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/bengali_home.php">Bengali</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/punjabi_home.php">Punjabi</a></td></tr><tr><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/gujarati_home.php">Gujarati</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/shopping_home.php">Shopping</a></td><td class="bgbollywoodsargam"><a href="http://astore.amazon.com/bollywoodsarg-20">DVD Music Store</a></td></tr><tr><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/recipes_home.php">Recipes</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/video_a2z_home.php?videocatid=3">Funny Video Clips</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/video_a2z_home.php?videocatid=25">TV Serial Shows</a></td></tr><tr><td align="center" colspan="3">Radio Stations</td></tr><tr><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/radio_home.php"><img src="http://img.bollywoodsargam.com/myimages/fm_radio.gif" width="40" height="55" alt="Launch BollywoodSARGAM FM Radio" border="0"></a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/radio_home.php">Latest Hindi Songs</a><br><br><a href="http://www.bollywoodsargam.com/radio_old_classic_page.php">Hindi Classic Radio</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/radio_english_rap_pop_rnb_page.php">Rap Pop Radio</a><br><br><a href="http://www.bollywoodsargam.com/radio_ghazal_page.php">Ghazal Radio</a></td></tr><tr><td align="center" colspan="3">BollywoodSargam Company Related Section</td></tr><tr><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/bollywoodsargam_aboutus.php">About us</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/indian_advertising.html">Advertise</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/bollywoodsargam_affiliates.php">Affiliates $</a></td></tr><tr><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/bollywoodsargam_contact_us.html">Contact us</a></td><td class="bgbollywoodsargam"><a href="http://bollywoodsargam-faq.blogspot.com/" target="_blank">Help</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/bollywoodsargam_full_home.php">Broadband</a></td></tr><tr><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/rss/">RSS Feeds</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.us" target="_blank">Corporate Website</a></td><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/bollywoodsargam_recommend_us.html">Recommend Us</a></td></tr><tr><td align="center" colspan="3">Current Page Tools</td></tr><tr><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/internet_toolbar_download.php"><img src="http://img.BollywoodSARGAM.com/myimages/bollywoodsargam_toolbar_mini.gif" height="22" width="60" alt="Download BollywoodSARGAM toolbar and get instant updates on News, Videos and Photos of Actors, Actresses and Movies"></a></td><td class="bgbollywoodsargam"><a href="http://toolbar.google.com/buttons/add?url=http://www.bollywoodsargam.com/google_custom_button.xml" target="_blank">Add to Google Toolbar</a></td><td class="bgbollywoodsargam"><a href="#" onClick="this.style.behavior=\'url(#default#homepage)\';this.setHomePage(\'http://www.BollywoodSargam.com/\');">Make this my<br>Home Page</a></td></tr><tr><td class="bgbollywoodsargam"><a href="http://add.my.yahoo.com/rss?url='+encodeURIComponent(location.href)+'" target="_blank"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" width="91" height="17" ALT="Add to Yahoo"></a></td><td class="bgbollywoodsargam"><a href="http://fusion.google.com/add?feedurl='+encodeURIComponent(location.href)+'" target="_blank"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" ALT="Add to Google"></a></td><td class="bgbollywoodsargam"><a href="http://feeds.my.aol.com/add.jsp?url='+encodeURIComponent(location.href)+'" target="_blank"><img src="http://careersnet.squarespace.com/storage/myaol_cta1.gif" width="63" height="14" ALT="add to aol"></a></td></tr><tr><td class="bgbollywoodsargam"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php">Power Search</a></td><td class="bgbollywoodsargam"><a href="#" onClick="javascript:tell_friend()">Send this page to friend</a></td><td class="bgbollywoodsargam"><a href="http://groups.yahoo.com/group/bollywoodsargam" target="_blank">Join Our<br>YahooGroup</a></td></tr></table>';
linkset[8]='<table border="1" width="100%" cellspacing="1" cellpadding="6"><tr><td align="center" colspan="3" class="bgothers"><a href="http://www.bollywoodsargam.com/greetingcards_home.php">Greeting Cards Home</a></td></tr><tr><td class="bgothers"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=3352296">I Love You</a></td><td class="bgothers"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=6628297">I Miss You</a></td><td class="bgothers"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=1459666">I Am Sorry Cards</a></td></tr><tr><td class="bgothers"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=6744103">Best Of Luck</a></td><td class="bgothers"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=9955116">Birthday Cards</a></td><td class="bgothers"><a href="http://www.bollywoodsargam.com/ihomepage.php?photoalbum=96892639">Celebrity Birthday</a></td></tr></table>';
linkset[9]='<table border="1" width="100%" cellspacing="1" cellpadding="6"><tr><td align="center" colspan="5" class="bgsports"><a href="http://www.bollywoodsargam.com/games_home.php">Online Games Home</a></td></tr><tr><td class="bgsports"><a href="http://www.bollywoodsargam.com/games_category.php?gamecatnum=103&amp;page=1&amp;gamecategname=Action">Action</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/games_category.php?gamecatnum=106&amp;page=1&amp;gamecategname=Arcade">Arcade</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/games_category.php?gamecatnum=111&amp;page=1&amp;gamecategname=Casino">Casino</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/games_category.php?gamecatnum=120&amp;page=1&amp;gamecategname=Color+Me">Color Me</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/games_category.php?gamecatnum=108&amp;page=1&amp;gamecategname=Fighting">Fighting</A></td></tr><tr><td class="bgsports"><a href="http://www.bollywoodsargam.com/games_category.php?gamecatnum=100&amp;page=1&amp;gamecategname=Puzzle">Puzzle</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/games_category.php?gamecatnum=109&amp;page=1&amp;gamecategname=Racing">Racing</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/games_category.php?gamecatnum=110&amp;page=1&amp;gamecategname=Retro">Retro</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/games_category.php?gamecatnum=105&amp;page=1&amp;gamecategname=Shooter">Shooter</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/games_category.php?gamecatnum=101&amp;page=1&amp;gamecategname=Sports">Sports</A></td></tr></table>';
linkset[10]='<table border="1" width="100%" cellspacing="1" cellpadding="6"><tr><td align="center" colspan="3" class="bgfunandhumor"><a href="http://www.bollywoodsargam.com/jokes_home.php">Jokes Home</a></td></tr><tr><td class="bgfunandhumor"><a href="http://www.bollywoodsargam.com/jokes_category.php?jokecatnum=26&amp;page=1&amp;jokecategname=Adult">Adult Jokes</a></td><td class="bgfunandhumor"><a href="http://www.bollywoodsargam.com/jokes_category.php?jokecatnum=30&amp;page=1&amp;jokecategname=American">American Jokes</a></td><td class="bgfunandhumor"><a href="http://www.bollywoodsargam.com/jokes_category.php?jokecatnum=7&amp;page=1&amp;jokecategname=Animal">Animal Jokes</a></td></tr><tr><td class="bgfunandhumor"><a href="http://www.bollywoodsargam.com/jokes_category.php?jokecatnum=15&amp;page=1&amp;jokecategname=Light+Bulb">Light Bulb</a></td><td class="bgfunandhumor"><a href="http://www.bollywoodsargam.com/jokes_category.php?jokecatnum=2&amp;page=1&amp;jokecategname=Blonde">Blonde Jokes</a></td><td class="bgfunandhumor"><a href="http://www.bollywoodsargam.com/jokes_category.php?jokecatnum=24&amp;page=1&amp;jokecategname=Santa+Banta">Santa Banta</a></td></tr></table>';
linkset[11]='<table border="1" width="100%" cellspacing="1" cellpadding="0"><tr><td align="center">Q & A Menu</td></tr><tr><td class="bgbollywoodsargam" align="center"><table border=0><tr><td><a href="LINK">NAME</a></td><td><a href="LINK">NAME</a></td><td><a href="LINK">NAME</a></td></tr></table></td></tr></table>';
linkset[12]='<table border="1" width="100%" cellspacing="1" cellpadding="6"><tr><td align="center" colspan="3" class="bgsports"><a href="http://www.bollywoodsargam.com/sports_home.php">Sports Home</a></td></tr><tr><td class="bgsports"><a href="http://www.bollywoodsargam.com/sports_tennis.php">Tennis Home</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/sports_cricket.php">Cricket Home</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/sports_news.php">Sports News</A></td></tr><tr><td align="center" colspan="3">Videos &amp; Clips</td></tr><tr><td class="bgsports"><a href="http://www.bollywoodsargam.com/sports_videos.php">Videos</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Cricket&amp;sort=latest&amp;searchop=video">Cricket Videos</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/sports_a2z_home.php">Sports Celebs</a></td></tr><tr><td class="bgsports"><a href="http://www.bollywoodsargam.com/video_sportsclip.php">All Sports clips</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/video_soccer_sportsclip.php">Soccer clips</A></td><td class="bgsports"><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php?search_term=Tennis+Clips&amp;sort=latest&amp;searchop=video">Tennis clips</a></td></tr></table>';
linkset[13]='<table border="1" width="100%" cellspacing="1" cellpadding="0"><tr><td align="center">Marathi Videos</td></tr><tr><td class="bgbollywood" align="center"><table border=0><tr><td><a href="http://www.bollywoodsargam.com/marathi_home.php">Marathi Movies Home</a></td><td><a href="http://www.bollywoodsargam.com/marathi_short_films_video.php">Marathi Short Films</a></td><td><a href="http://www.bollywoodsargam.com/marathi_documentaries_video.php">Marathi Documentaries</a></td></tr><tr><td><a href="http://www.bollywoodsargam.com/marathi_concerts_video.php">Marathi Concerts Shows</a></td><td><a href="http://www.bollywoodsargam.com/marathi_movies_video.php">Marathi Full Movies</a></td><td><a href="http://www.bollywoodsargam.com/marathi_trailers_n_trivia_video.php">Marathi Movie Trailers</a></td></tr><tr><td><a href="http://www.bollywoodsargam.com/marathi_movie_songs_video.php">Marathi Movie Songs</a></td><td><a href="http://www.bollywoodsargam.com/marathi_movie_scenes_video.php">Marathi Movie Scenes</a></td><td><a href="http://www.bollywoodsargam.com/marathi_music_videos_video.php">Marathi Music Videos</a></td></tr><tr><td><a href="http://www.bollywoodsargam.com/marathi_kids_video.php">Marathi Videos For Kids</a></td><td><a href="http://www.bollywoodsargam.com/marathi_stage_plays_video.php">Marathi Stage Plays Videos</a></td><td><a href="http://www.bollywoodsargam.com/marathi_devotional_video.php">Marathi Devotional Videos</a></td></tr><tr><td><a href="/answers_category.php?answercatnum=37&page=1&answercategname=Marathi+Cinema">Marathi Q &amp; A</a></td><td></td><td></td></tr></table></td></tr></table>';
linkset[14]='<table border="1" width="100%" cellspacing="1" cellpadding="0"><tr><td align="center">Bengali Videos</td></tr><tr><td class="bgbollywood" align="center"><table border=0><tr><td><a href="http://www.bollywoodsargam.com/bengali_home.php">Bengali Movies Home</a></td><td><a href="http://www.bollywoodsargam.com/bengali_movies_video.php">Bengali Full Movies</a></td><td><a href="http://www.bollywoodsargam.com/bengali_trailers_n_trivia_video.php">Bengali Movie Trailers</a></td></tr><tr><td><a href="http://www.bollywoodsargam.com/bengali_movie_songs_video.php">Bengali Movie Songs</a></td><td><a href="/answers_category.php?answercatnum=34&page=1&answercategname=Bangladesh+Cinema">Bangladesh Cinema Q &amp; A</a></td><td></td></tr></table></td></tr></table>';
linkset[15]='<table border="1" width="100%" cellspacing="1" cellpadding="0"><tr><td align="center">Punjabi Videos</td></tr><tr><td class="bgbollywood" align="center"><table border=0><tr><td><a href="http://www.bollywoodsargam.com/punjabi_home.php">Punjabi Movies Home</a></td><td><a href="http://www.bollywoodsargam.com/punjabi_movies_video.php">Punjabi Full Movies</a></td><td><a href="http://www.bollywoodsargam.com/punjabi_trailers_n_trivia_video.php">Punjabi Movie Trailers</a></td></tr><tr><td><a href="http://www.bollywoodsargam.com/punjabi_movie_songs_video.php">Punjabi Movie Songs</a></td><td><a href="http://www.bollywoodsargam.com/punjabi_music_videos_video.php">Punjabi Music Videos &amp; Albums</a></td><td><a href="http://www.bollywoodsargam.com/punjabi_comedy_video.php">Punjabi Comedy Shows</a></td></tr><tr><td><a href="http://www.bollywoodsargam.com/punjabi_devotional_video.php">Punjabi Devotional Videos</a></td><td><a href="/answers_category.php?answercatnum=38&page=1&answercategname=Punjabi+Cinema">Punjabi Q &amp; A</a></td><td></td></tr></table></td></tr></table>';
linkset[16]='<table border="1" width="100%" cellspacing="1" cellpadding="0"><tr><td align="center">Gujarati Videos</td></tr><tr><td class="bgbollywood" align="center"><table border=0><tr><td><a href="http://www.bollywoodsargam.com/gujarati_home.php">Gujarati Movies Home</a></td><td><a href="http://www.bollywoodsargam.com/gujarati_movies_video.php">Gujarati Full Movies</a></td><td><a href="http://www.bollywoodsargam.com/gujarati_movie_songs_video.php">Gujarati Movie Songs</a></td></tr><tr><td><a href="http://www.bollywoodsargam.com/gujarati_music_videos_video.php">Gujarati Music Videos &amp; Albums</a></td><td><a href="http://www.bollywoodsargam.com/gujarati_stage_plays_video.php">Gujarati Stage Plays</a></td><td><a href="http://www.bollywoodsargam.com/gujarati_kids_video.php">Gujarati Videos for Kids</a></td></tr></table></td></tr></table>';

var ie5=document.all && !window.opera;
var ns6=document.getElementById;
if(ie5||ns6){document.write('<div id="popitmenu" onMouseover="clearhidemenu();" onMouseout="dynamichide(event)"></div>');}
function iecompattest(){
/*extern document */
return (document.compatMode && document.compatMode.indexOf("CSS")!==-1)? document.documentElement : document.body;
}
function showfooterjs(){
/*extern document, window */
var ie5= (document.all && !window.opera) ;
var ns6= (document.getElementById) ;
if(ie5 || ns6){
document.write('<a name="#navigation"></a><small>| <a href="/">Home</a> | <a href="http://www.bollywoodsargam.com/hollywood_home.php">Hollywood</a> | <a href="http://www.bollywoodsargam.com/bollywood_home.php">Bollywood</a> | <a href="http://www.bollywoodsargam.com/tollywood_home.php">Tollywood</a> | <a href="http://www.bollywoodsargam.com/kollywood_home.php">Kollywood</a> | <a href="http://www.bollywoodsargam.com/lollywood_home.php">Lollywood</a> | <a href="http://www.bollywoodsargam.com/video_home.php">Videos</a> | <a href="http://www.bollywoodsargam.com/sports_home.php">Sports</a> | <a href="http://www.bollywoodsargam.com/funandhumor_home.php">Fun & Humor</a> | <a href="http://www.bollywoodsargam.com/greetingcards_home.php">Greetings</a> | <a href="http://astore.amazon.com/bollywoodsarg-20">DVD Store</a> | <a href="http://www.bollywoodsargam.com/Dating/">Dating</a> | <a href="http://www.bollywoodsargam.com/jokes_home.php">Jokes</a> | <a href="/answers_home.php">Forums</a> | <a href="http://www.bollywoodsargam.com/rss/">RSS Feeds</a> |<br><a href="http://www.BollywoodSARGAM.US" target="_blank">Corporate Website</a> | <a href="http://www.bollywoodsargam.com/bollywoodsargam_aboutus.php">About Us</a> | <a href="http://www.bollywoodsargam.com/bollywoodsargam_traffic.html">Traffic stats</a> | <a href="http://www.bollywoodsargam.com/indian_advertising.html">Advertise Here</a> | <a href="http://www.bollywoodsargam.com/bollywoodsargam_affiliates.php">Affiliate Programs</a> | <a href="http://www.bollywoodsargam.com/bollywoodsargam_termsofservice.php">Terms Of Service</a> | <a href="http://www.bollywoodsargam.com/bollywoodsargam_privacy.php">Privacy Policy</a> | <a href="http://www.bollywoodsargam.com/bollywoodsargam_contact_us.html">Contact Us</a> | <a href="http://www.bollywoodsargam.com/bollywoodsargam_recommend_us.html">Recommend Us</a> | <a href="http://www.bollywoodsargam.com/bollywoodsargam_sitemap.php">Site Map</a><br>Copyright &copy; <a href="/">BollywoodSARGAM.Org</a></small> <!--Creative Commons License--><a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/" target="_blank"><img alt="You are free to Share, copy, distribute, display, perform, Remix to make derivative works under Creative Commons License" style="border-width: 0" src="http://creativecommons.org/images/public/somerights20.png"/></a><p><form method="post" action="http://www.bollywoodsargam.com/bollywoodsargam_search.php" style="height: 32px;">Search <input type="text" name="search_term" size="20" maxlength="200" value="" style="width: 250px; height: 30px; font-size: 150%;"> <Input type="submit" value="Go!" style="height: 30px; font-size: 120%;"></FORM></p><p><form method="post" action="http://www.bollywoodsargam.com/shopping_search.php">Shop <input type="text" name="search_term" size="20" maxlength="200" value=""> <Input type="submit" value="Shop"></FORM></p>');
}
}

function showsearch(){
/*extern document, window */
var ie5= (document.all && !window.opera) ;
var ns6= (document.getElementById) ;
if(ie5 || ns6){
document.write('<TABLE border="0" cellspacing="0" cellpadding="0" width="100%"><TBODY><TR><TD align="center" valign="middle" height="90"><ul id="countrytabs" class="shadetabs"><li><a href="#" rel="country1" class="selected">Everything</a></li><li><a href="#" rel="country2">Videos</a></li><li><a href="#" rel="country3">Photos</a></li><li><a href="#" rel="country4">MP3</a></li><li><a href="#" rel="country5">Q &amp; A</a></li><li><a href="http://www.bollywoodsargam.com/bollywoodsargam_search_today.php">Top Searches</a></li><li><a href="http://www.bollywoodsargam.com/bollywoodsargam_search.php">Advance Search</a></li></ul><div style="border:1px solid gray; width:90%; height:45px; margin-bottom: 1em; padding: 2px"><div id="country1" class="tabcontent"><form method="post" action="http://www.bollywoodsargam.com/bollywoodsargam_search.php" style="height: 25px;">Power Search <input type="text" name="search_term" size="20" maxlength="200" value="Enter Search Term" onclick="clickclear(this, \'Enter Search Term\')" onblur="clickrecall(this,\'Enter Search Term\')" style="width: 250px; height: 24px; font-size: 170%;"><input type="hidden" name="searchop" value="searcheverything"> <Input type="submit" value="Search" style="height: 22px; font-size: 140%;"><br><small>Ex: Mallika, Jessica, Jennifer, Khan, Aishwarya, Katrina, Deepika, Sonam</small></form></div><div id="country2" class="tabcontent"><form method="post" action="http://www.bollywoodsargam.com/bollywoodsargam_search.php" style="height: 25px;">Video Search <input type="text" name="search_term" size="20" maxlength="200" value="Enter Search Term" onclick="clickclear(this, \'Enter Search Term\')" onblur="clickrecall(this,\'Enter Search Term\')" style="width: 250px; height: 24px; font-size: 170%;"><input type="hidden" name="searchop" value="video"> <Input type="submit" value="Search" style="height: 22px; font-size: 140%;"><br><small>Ex: MMS, Mujra, Trailers, Funny, Comedy, TV Serials</small></form></div><div id="country3" class="tabcontent"><form method="post" action="http://www.bollywoodsargam.com/bollywoodsargam_search.php" style="height: 25px;">Photo Search <input type="text" name="search_term" size="20" maxlength="200" value="Enter Search Term" onclick="clickclear(this, \'Enter Search Term\')" onblur="clickrecall(this,\'Enter Search Term\')" style="width: 250px; height: 24px; font-size: 170%;"><input type="hidden" name="searchop" value="photo"> <Input type="submit" value="Search" style="height: 22px; font-size: 140%;"><br><small>Ex: Mallika Sherawat, Salman Khan, Events, Hot, Kiss</small></form></div><div id="country4" class="tabcontent"><form method="post" action="http://www.bollywoodsargam.com/download_mp3_songs.php" style="height: 25px;">MP3 Songs Search <input type="text" name="search_term" size="20" maxlength="200" value="Enter Search Term" onclick="clickclear(this, \'Enter Search Term\')" onblur="clickrecall(this,\'Enter Search Term\')" style="width: 250px; height: 24px; font-size: 170%;"><Input type="submit" value="Search" style="height: 22px; font-size: 140%;"><br><small>Ex: A R Rehman, Sonu Nigam, Kishore Kumar, Beyonce, Shreya Ghosal, Kumar Sanu, Atif Aslam, Altaf</small></form></div><div id="country5" class="tabcontent"><form method="post" action="/answers_search.php" style="height: 25px;">Questions &amp; Answers Search <input type="text" name="search_term" size="20" maxlength="200" value="Enter Search Term" onclick="clickclear(this, \'Enter Search Term\')" onblur="clickrecall(this,\'Enter Search Term\')" style="width: 250px; height: 24px; font-size: 170%;"> <Input type="submit" value="Search" style="height: 22px; font-size: 140%;"><br><small>Ex: hot photo,  Aishwarya, Masala, Katrina</small></form></div></div></TD></TR></TABLE>');
}
}

function showmenu(e, which, optWidth){
/*extern clearhidemenu, defaultMenuWidth, document, event, eventX, eventY, ie5, iecompattest, menuobj, window */
if(!document.all&&!document.getElementById){return;}
clearhidemenu();
menuobj=ie5? document.all.popitmenu : document.getElementById("popitmenu");
menuobj.innerHTML=which;
menuobj.style.width=(typeof optWidth!=="undefined")? optWidth : defaultMenuWidth;
menuobj.contentwidth=menuobj.offsetWidth;
menuobj.contentheight=menuobj.offsetHeight;
eventX=ie5? event.clientX : e.clientX;
eventY=ie5? event.clientY : e.clientY;
var rightedge=ie5? iecompattest().clientWidth-eventX : window.innerWidth-eventX;
var bottomedge=ie5? iecompattest().clientHeight-eventY : window.innerHeight-eventY;
if(rightedge<menuobj.contentwidth){
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX-menuobj.contentwidth+"px" : window.pageXOffset+eventX-menuobj.contentwidth+"px";
}else{
menuobj.style.left=ie5? iecompattest().scrollLeft+eventX+"px" : window.pageXOffset+eventX+"px";
}
if(bottomedge<menuobj.contentheight){menuobj.style.top=ie5? iecompattest().scrollTop+eventY-menuobj.contentheight+"px" : window.pageYOffset+eventY-menuobj.contentheight+"px";}
else{menuobj.style.top=ie5? iecompattest().scrollTop+event.clientY+"px" : window.pageYOffset+eventY+"px";}
menuobj.style.visibility="visible";
return false;
}
function contains_ns6(a, b){
while (b.parentNode){if((b = b.parentNode) === a){return true;}}
return false;
}
function hidemenu(){/*extern menuobj, window */
if(window.menuobj){menuobj.style.visibility="hidden";}}
function dynamichide(e){/*extern contains_ns6, hidemenu, ie5, menuobj, ns6 */
if(ie5&&!menuobj.contains(e.toElement)){hidemenu();}else if(ns6&&e.currentTarget!== e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)){hidemenu();}}
function delayhidemenu(){/*extern delayhide, setTimeout */
delayhide=setTimeout("hidemenu()",500);}
function clearhidemenu(){/*extern clearTimeout, delayhide, window */
if(window.delayhide){clearTimeout(delayhide);}}
if(ie5||ns6){document.onclick=hidemenu;}

//** Tab Content script v2.0- © Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
function ddtabcontent(tabinterfaceid){
this.tabinterfaceid=tabinterfaceid
this.tabs=document.getElementById(tabinterfaceid).getElementsByTagName("a")
this.enabletabpersistence=true
this.hottabspositions=[]
this.currentTabIndex=0
this.subcontentids=[]
this.revcontentids=[]
this.selectedClassTarget="link"
}

ddtabcontent.getCookie=function(Name){ 
var re=new RegExp(Name+"=[^;]+", "i");
if (document.cookie.match(re)) 
return document.cookie.match(re)[0].split("=")[1] 
return ""
}

ddtabcontent.setCookie=function(name, value){
document.cookie = name+"="+value+";path=/"
}

ddtabcontent.prototype={

expandit:function(tabid_or_position){
this.cancelautorun() 
var tabref=""
try{
if (typeof tabid_or_position=="string" && document.getElementById(tabid_or_position).getAttribute("rel")) 
tabref=document.getElementById(tabid_or_position)
else if (parseInt(tabid_or_position)!=NaN && this.tabs[tabid_or_position].getAttribute("rel"))
tabref=this.tabs[tabid_or_position]
}
catch(err){alert("Invalid Tab ID or position entered!")}
if (tabref!="") 
this.expandtab(tabref) 
},

cycleit:function(dir, autorun){ 
if (dir=="next"){
var currentTabIndex=(this.currentTabIndex<this.hottabspositions.length-1)? this.currentTabIndex+1 : 0
}
else if (dir=="prev"){
var currentTabIndex=(this.currentTabIndex>0)? this.currentTabIndex-1 : this.hottabspositions.length-1
}
if (typeof autorun=="undefined") 
this.cancelautorun() 
this.expandtab(this.tabs[this.hottabspositions[currentTabIndex]])
},

setpersist:function(bool){ 
this.enabletabpersistence=bool
},

setselectedClassTarget:function(objstr){ 
this.selectedClassTarget=objstr || "link"
},

getselectedClassTarget:function(tabref){
return (this.selectedClassTarget==("linkparent".toLowerCase()))? tabref.parentNode : tabref
},

urlparamselect:function(tabinterfaceid){
var result=window.location.search.match(new RegExp(tabinterfaceid+"=(\\d+)", "i"))
return (result==null)? null : parseInt(RegExp.$1)
},

expandtab:function(tabref){
var subcontentid=tabref.getAttribute("rel")
var associatedrevids=(tabref.getAttribute("rev"))? ","+tabref.getAttribute("rev").replace(/\s+/, "")+"," : ""
this.expandsubcontent(subcontentid)
this.expandrevcontent(associatedrevids)
for (var i=0; i<this.tabs.length; i++){
this.getselectedClassTarget(this.tabs[i]).className=(this.tabs[i].getAttribute("rel")==subcontentid)? "selected" : ""
}
if (this.enabletabpersistence)
ddtabcontent.setCookie(this.tabinterfaceid, tabref.tabposition)
this.setcurrenttabindex(tabref.tabposition)
},

expandsubcontent:function(subcontentid){
for (var i=0; i<this.subcontentids.length; i++){
var subcontent=document.getElementById(this.subcontentids[i])
subcontent.style.display=(subcontent.id==subcontentid)? "block" : "none"
}
},

expandrevcontent:function(associatedrevids){
var allrevids=this.revcontentids
for (var i=0; i<allrevids.length; i++){
document.getElementById(allrevids[i]).style.display=(associatedrevids.indexOf(","+allrevids[i]+",")!=-1)? "block" : "none"
}
},

setcurrenttabindex:function(tabposition){
for (var i=0; i<this.hottabspositions.length; i++){
if (tabposition==this.hottabspositions[i]){
this.currentTabIndex=i
break
}
}
},

autorun:function(){
this.cycleit('next', true)
},

cancelautorun:function(){
if (typeof this.autoruntimer!="undefined")
clearInterval(this.autoruntimer)
},

init:function(automodeperiod){
var persistedtab=ddtabcontent.getCookie(this.tabinterfaceid)
var selectedtab=-1
var selectedtabfromurl=this.urlparamselect(this.tabinterfaceid)
this.automodeperiod=automodeperiod || 0
for (var i=0; i<this.tabs.length; i++){
this.tabs[i].tabposition=i
if (this.tabs[i].getAttribute("rel")){
var tabinstance=this
this.hottabspositions[this.hottabspositions.length]=i
this.subcontentids[this.subcontentids.length]=this.tabs[i].getAttribute("rel")
this.tabs[i].onclick=function(){
tabinstance.expandtab(this)
tabinstance.cancelautorun()
return false
}
if (this.tabs[i].getAttribute("rev")){
this.revcontentids=this.revcontentids.concat(this.tabs[i].getAttribute("rev").split(/\s*,\s*/))
}
if (selectedtabfromurl==i || this.enabletabpersistence && selectedtab==-1 && parseInt(persistedtab)==i || !this.enabletabpersistence && selectedtab==-1 && this.getselectedClassTarget(this.tabs[i]).className=="selected"){
selectedtab=i
}
}
}
if (selectedtab!=-1)
this.expandtab(this.tabs[selectedtab]) 
else
this.expandtab(this.tabs[this.hottabspositions[0]])
if (parseInt(this.automodeperiod)>500 && this.hottabspositions.length>1){
this.autoruntimer=setInterval(function(){tabinstance.autorun()}, this.automodeperiod)
}
}
}

