function pakterms(sid) {
var left = (screen.width/2)-520/2;
var top = (screen.height/2)-600/2;
window.open("terms-conditions/terms.php?language="+sid, "PakShaadi", "scrollbars=yes,status=no,width=500,height=510, left="+left+",top="+top+"");
}
pic=new Array()
newImage1= new Array()
pic[0]=1434;
newImage1[0]= new Image()
newImage1[0].src="rotate-images/"+pic[0]+".jpg";
pic[1]=1373;
newImage1[1]= new Image()
newImage1[1].src="rotate-images/"+pic[1]+".jpg";
pic[2]=1292;
newImage1[2]= new Image()
newImage1[2].src="rotate-images/"+pic[2]+".jpg";
pic[3]=1168;
newImage1[3]= new Image()
newImage1[3].src="rotate-images/"+pic[3]+".jpg";
pic[4]=279;
newImage1[4]= new Image()
newImage1[4].src="rotate-images/"+pic[4]+".jpg";
pic[5]=532;
newImage1[5]= new Image()
newImage1[5].src="rotate-images/"+pic[5]+".jpg";
pic[6]=299;
newImage1[6]= new Image()
newImage1[6].src="rotate-images/"+pic[6]+".jpg";
pic[7]=248;
newImage1[7]= new Image()
newImage1[7].src="rotate-images/"+pic[7]+".jpg";
pic[8]=1371;
newImage1[8]= new Image()
newImage1[8].src="rotate-images/"+pic[8]+".jpg";
pic[9]=378;
newImage1[9]= new Image()
newImage1[9].src="rotate-images/"+pic[9]+".jpg";
pic[10]=751;
newImage1[10]= new Image()
newImage1[10].src="rotate-images/"+pic[10]+".jpg";
pic[11]=672;
newImage1[11]= new Image()
newImage1[11].src="rotate-images/"+pic[11]+".jpg";
pic[12]=23;
newImage1[12]= new Image()
newImage1[12].src="rotate-images/"+pic[12]+".jpg";
//////////////////////////////////////////////////////////////
var x=0;
var y=1;
var z=2;
function moveleft()
{
if(x<=0) x=12; else x=x-1;
if(y<=0) y=12; else y=y-1;
if(z<=0) z=12; else z=z-1;
document.images.img1.src =newImage1[x].src;
document.images.img2.src =newImage1[y].src;
document.images.img3.src =newImage1[z].src;
}
function moveright()
{
if(x>=12)x=0; else x=x+1;
if(y>=12)y=0; else y=y+1;
if(z>=12)z=0; else z=z+1;
document.images.img1.src =newImage1[x].src;
document.images.img2.src =newImage1[y].src;
document.images.img3.src =newImage1[z].src;
}
function gotoLink1() {
window.open('search/user-profile.php?PHPSESSID=f00df36c733f26e731226c7735227763&id='+pic[x])
}
function gotoLink2() {
window.open('search/user-profile.php?PHPSESSID=f00df36c733f26e731226c7735227763&id='+pic[y])
}
function gotoLink3() {
window.open('search/user-profile.php?PHPSESSID=f00df36c733f26e731226c7735227763&id='+pic[z])
}
function rotate_image(){
image_array = new Array
image_array[0] = '
'
image_array[1] = '
'
image_array[2] = '
'
document.write(image_array[Math.floor((Math.random()*3))]);
setTimeout('document.location=document.location',500000);
}
function checkForm(f)
{
if(f.identity.value.length==0)
{
alert("Please Enter Login Name");
f.identity.focus();
return false;
}
if(f.identity.value.length<4)
{
alert("Profile id Must be Between 4 To 10 Characters");
f.identity.focus();
return false;
}
if(f.identity.value.length >10)
{
alert("Profile id Must be Between 4 To 10 Characters");
f.identity.focus();
return false;
}
if (!isSpecialCharacter(f.identity.value))
{
alert("Invalid Login Name! Not use Special Character");
f.identity.focus();
return false;
}
if(f.password.value.length==0)
{
alert("Please Enter Password");
f.password.focus();
return false;
}
if(f.password.value.length <6)
{
alert("Minimum 6 Characters For Password");
f.password.focus();
return false;
}
if(f.year.value == 0)
{
alert("Please Select Year");
f.year.focus();
return false;
}
if(f.month.value == 0)
{
alert("Please Select Month");
f.month.focus();
return false;
}
if(f.month.value == 04 || f.month.value == 06 || f.month.value == 09 ||f.month.value == 11)
{
if(f.day.value==31)
{
alert("Day value cannot be 31 for this month")
f.day.focus();
return false;
}
}
if(f.month.value==02)
{
if(f.year.value%4 ==0 && f.month.value==02)
{
if( f.day.value==30 ||f.day.value==31)
{
alert("Value Of Day Are Wrong For This Month")
f.day.focus();
return false;
}}
else if(f.day.value==29 || f.day.value==30 ||f.day.value==31)
{
alert("Value Of Day Are Wrong For This Month")
f.day.focus();
return false;
}
}
if(f.day.value == 0)
{
alert("Please Select Day");
f.day.focus();
return false;
}
if(f.email.value.length ==0)
{
alert("Please Enter Email");
f.email.focus();
return false;
}
if (f.email.value != f.email1.value)
{
alert("Email address does not match");
f.email1.focus();
return false;
}
if (!isEmail(f.email.value))
{
alert("Please Enter Correct E-Mail Address e.g (lunatic@ottawa.com).");
f.email.focus();
return false;
}
if (f.religion.value=="")
{
alert("Please Select Religion");
f.religion.focus();
return false;
}
if (f.country.value=="")
{
alert("Please Select Country Name");
f.country.focus();
return false;
}
if (f.aboutus.value=="")
{
alert("Please Select How Did You Heard About Us !");
f.aboutus.focus();
return false;
}
if (!document.form1.legal.checked)
{
alert("You Must Agree With Our Terms and Conditions.");
f.legal.focus();
return false;
}
return true;
}
function caste_disable(obj, dont_get_caste){
if(obj.options[obj.selectedIndex].text != 'Hindu' &&
obj.options[obj.selectedIndex].text != 'Muslim' &&
obj.options[obj.selectedIndex].text != 'Christian' &&
obj.options[obj.selectedIndex].text != 'Jain' &&
obj.options[obj.selectedIndex].text != 'Sikh'){
document.form1.caste.disabled = true;
}
else {
document.form1.caste.disabled = false;
if(!dont_get_caste) get_caste(obj.form.religion, 0);
}
}
var caste=new Array();
caste["Muslim"] = ["Bengali","Dawoodi Bohra","Ehle-Hadith","Memon","Rajput","Shia","Shia Imami Ismaili","Sunni"];
caste["Hindu"] = ["6000 Niyogi","96K Kokanastha","Adi Dravida","Agarwal","Anavil Brahmin","Arora","Arya Vysya","Aryasamaj","Audichya Brahmin","Bahi","Balija Naidu","Bengali","Bengali Brahmin","Bhandari","Billava","Brahmin","Brahmin Bhumihar","Brahmin Goswami","Brahmin Kanada Madhva","Brahmin Kanyakubja","Brahmin Niyogi Nandavariki","Brahmin Saryuparin","Brahmin Tyagi","Bunt","Chaurasia","Chettiar","Coorgi","Davadnya Brahmin","Dawoodi Bhora","Deshastha Brahmin","Devanga","Dhaneshawat Vaish","Dhiman Brahmin","Digambar","Ezhava","Ezhuthachan","Garhwali Brahmins","Garhwali Rajput","Gomantak Maratha","Goswami","Gounder","Gour Brahmin","Gowd Saraswat Brahmin","Gowda","Gujarati","Gupta","Gurjar","Havyaka Brahmin","Iyengar","Iyer","Iyer Brahmin","Jaiswal","Jat","Kalar","Kalinga Vysya","Kamboj","Kamma","Kannada Mogaveera","Kapu","Kapu Naidu","Karhade Brahmin","Karuneekar","Kashmiri Pandit (Brahmin)","Kashyap","Kayastha","Khatri","Kokanastha Brahmin","Kongu Vellala Gounder","Kori","Koshti","Kshatriya","Kumaoni Brahmins","Kumaoni Rajput","Kumawat","Kumbara","Kunbi","Kurmi","Kuruba","Leva Patil","Lingayat","Lohana","Maithil Brahmin","Malayalee Namboodiri","Malayalee Variar","Mali","Maharashtrian","Maharashtrian Brahmin","Maheshwari","Maratha","Maruthuvar","Marvar","Marwari","Maurya","Menon","Mudaliar","Mudaliar Arcot","Mudaliar Saiva","Mudaliar Senguntha","Mukulathur","Nadar","Nagar Brahmin","Naidu","Nair","Nair Vaniya","Nambiar","Nepali","OBC (Barber-Naayee)","Padmashali","Patel Desai","Patel Kadva","Patel Leva","Perika","Pillai","Prajapati","Punjabi","Punjabi Brahmin","Rajput","Reddy","Saraswat Brahmins","Sahu","Scheduled Caste","Sepahia","Setti Balija","Sindhi","Somvanshi","Sonar","Sowrashtra","Sozhiya Vellalar","Sutar","Swarnakar","Tamil Yadava","Teli","Telugu","Telugu Brahmin","Thevar","Thiyya","Udayar","Vaidiki Brahmin","Vaishnav","Vaishnav Bhatia","Vaishnav Vania","Varshney","Vanniyakullak Shatriya","Vanniyar","Veerashaiva","Velethadathu Nair","Vellalar","Vellama","Vishwakarma","Viswabrahmin","Vokaliga","Vysya","Yadav"];
caste["Christian"] = ["Born Again","Catholic","CMS","CSI","Evangelical","Jacobite","Marthoma","Nadar","Protestant","Syrian"];
caste["Jain"] = ["Digambar","Shewetamber","Vania"];
caste["Sikh"] = ["Clean Shaven","Gursikh","Jat","Kamboj","Kesadhari","Khatri","Ramgharia"];
function get_caste(obj,show_default){
var sel_caste = '';
var sel_religion = obj.options[obj.selectedIndex].text;
var caste_obj = obj.form.elements["caste"];
while ( caste_obj.options.length ) caste_obj.options[0] = null;
caste_obj.options[0]=new Option("Select","",true,true);
for(j=0;j
PakShaadi.com - Worldwide Matrimonial Service
Worldwide Matrimonial Service |
SIGN IN
|
|
|
Copyright © 2006-2010
PakShaadi.com, DBA. - Links Divine Matches™ All Rights Reserved. |