function validateonlineform()
	{
		var frm = document.frmproduct;
		if(!isValidEntry(frm.name, "Name"))
			return false;
				if(!isValidEntry(frm.address, "Address"))
			return false;
				if(!isValidEntry(frm.phone, "Phone"))
			return false;	
		if(!isValidEmail(frm.email,'yes'))
			return false;	
		
		if(!isValidEmail(frm.senders_email_address_email,'yes'))
			return false;	
				
		if(!isValidEntry(frm.name, "Name"))
			return false;
	if(!isValidEntry(frm.address, "address"))
			return false;	
if(!isValidEntry(frm.city, "City"))
			return false;	
			if(!isValidEntry(frm.state, "state"))
			return false;	
		if(!isValidEntry(frm.postal_code,"zipcode"))
	        return false;
		if(!isValidEmail(frm.email,'yes'))
            return false;
		if(!isValidEntry(frm.phone,"phone"))
            return false;
	
		//frm.submit();
	}

function validatechangepassword()
{
	var frm = document.frmchangepwd;
	 if(!isValidEntry(frm.oldpwd, "Old Password"))
			return false;
	if(!isValidEntry(frm.newpwd, "New Password"))
			return false;
	if(frm.newpwd.value.length<4)
	{
		alert("Password must be greater than 4 characters or equal");
		frm.newpwd.focus();
		return false;
	}
	 if(!isValidEntry(frm.confirmpwd, "Confirm Password"))
			return false;
	if(!isValidConfirmPassword(frm.newpwd, frm.confirmpwd))
		return false ;
	frm.kw.value="CHGPASSWORD";
	frm.action = "changepassword.php";
}
function Editcutomer()
	{
	
		var frm = document.frmaddcustomer;
		if(!isValidEntry(frm.name, "Name"))
			return false;
		if(!isValidEntry(frm.lastname, "Last Name"))
			return false;
		if(!isValidPhone(frm.phone,'Phone Number','yes'))
		    return false;
		
		if(!isValidEntry(frm.address, "Address"))
			return false;	
		if(!isValidEntry(frm.city, "City"))
			return false;	
		if(!isValidEntry(frm.zip,'yes'))
	        return false;
		if(!isValidSelect(frm.state,'State'))
            return false;
		if(!isValidSelect(frm.country,'Country'))
            return false;
		frm.kw.value="ADD";
		frm.action = "myaccount_edit.php";
		//frm.submit();
	}
function shipping_custmer()
	{
		var frm = document.frmaddcustomer;
		/*if(!isValidSelect(frm.title, "Name"))
			return false;
		if(!isValidEntry(frm.fname, "Last Name"))
			return false;
			if(!isValidEntry(frm.lname, "Last Name"))
			return false;
			if(frm.email.value!='')
		{
		if(!isValidEmail(frm.email,'yes'))
			return false;
		}
		if(!isValidPhone(frm.phone,'Phone Number','yes'))
		    return false;
				if(!isValidPhone(frm.mobile,'Phone Number','yes'))
		    return false;*/
				if(!isValidEntry(frm.scompany, "Company Name"))
			return false;
		if(!isValidEntry(frm.saddress, "Address"))
		return false;
		if(!isValidEntry(frm.scity, "City"))
		return false;
		if(!isValidSelect(frm.sstate,'Country'))
            return false;
		if(!isValidSelect(frm.scountry,'Country'))
            return false;
				if(!isValidZipcode1(frm.szip,'yes'))
	        return false;
		frm.kw.value="shipping";
	//	frm.action = "shipping_form.php";
		//frm.submit();
	}

	function addcustomer()
	{
	
		var frm = document.frmaddcustomer;
		if(!isValidEntry(frm.name, "Name"))
			return false;
		if(!isValidEntry(frm.lastname, "Last Name"))
			return false;
		if(!isValidPhone(frm.phone,'Phone Number','yes'))
		    return false;
		if(frm.email.value!='')
		{
		if(!isValidEmail(frm.email,'yes'))
			return false;
		}
		if(!isValidEntry(frm.address, "Address"))
			return false;	
		if(!isValidEntry(frm.city, "City"))
			return false;	
		if(!isValidEntry(frm.zip,'yes'))
	        return false;
		if(!isValidSelect(frm.state,'State'))
            return false;
		if(!isValidSelect(frm.country,'Country'))
            return false;
		frm.kw.value="ADD";
		frm.action = "customerform.php";
		//frm.submit();
	}


/*function validateonlineform()
	{
		var frm = document.frmproduct;
		if(!isValidEntry(frm.name, "Name"))
			return false;
				if(!isValidEntry(frm.address, "Address"))
			return false;
				if(!isValidEntry(frm.phone, "Phone"))
			return false;	
		if(!isValidEmail(frm.email,'yes'))
			return false;	
		
		if(!isValidEmail(frm.senders_email_address_email,'yes'))
			return false;	
				
		if(!isValidEntry(frm.name, "Name"))
			return false;
	if(!isValidEntry(frm.address, "address"))
			return false;	
if(!isValidEntry(frm.city, "City"))
			return false;	
			if(!isValidEntry(frm.state, "state"))
			return false;	
		if(!isValidEntry(frm.postal_code,"zipcode"))
	        return false;
		if(!isValidEmail(frm.email,'yes'))
            return false;
		if(!isValidEntry(frm.phone,"phone"))
            return false;
	
		//frm.submit();
	}
*/
function addtocart(pid,price,frmval)
{
	
	var frm = frmval;
	frm.fileid.value=pid;	
	frm.priceval.value=price;				
	frm.action="addtocart.php";
	frm.submit();
}

function viewproduct(pid)
{
	var frm = document.frmproduct;
		frm.productid.value = pid;
		frm.action = "viewcategories.php";
		frm.submit();
}

function viewdailyspecial()
{
	  var frm = document.frmdailylogin;
		frm.dailyid.value = "daily";
		frm.action = "viewcategories.php";
		frm.submit();
}
function specialitems()
	{
		var frm = document.frmitem;
		if(!isValidEntry(frm.Name, "Name"))
			return false;

		if(!isValidEntry(frm.vCountry, "Last Name"))
			return false;
			if(!isValidEntry(frm.Comments, "Last Name"))
			return false;
		

		frm.kw.value="ADD";
		frm.action = "sp_request.php";
		//frm.submit();
	}
function viewoccasion(oid)
{
	var frm = document.frmheader;
		frm.occasionid.value = oid;
		frm.action = "viewcategories.php";
		frm.submit();
}

function viewrecipient(recid)
{
	var frm = document.frmheader;
		frm.recipientid.value = recid;
		frm.action = "viewcategories.php";
		frm.submit();
}
function viewcategory(catname)
{
	var frm = document.frmheader;
		frm.categoryname.value=catname;
		frm.action = "viewproducttype.php";
		frm.submit();
}



function validate1()

	{

		var frm=document.frmcart;

		var id=0;

		flag="No"

		

		if(document.frmcart.chk)

		{
			i=document.frmcart.chk.length
			if (i>1)
			{
				for(i1=0;i1<i;i1++)
				{
					if(document.frmcart.chk[i1].checked)
					{	
						flag="yes";

						id = id+","+document.frmcart.chk[i1].value;

					}

				}

			}

			else

			{
				if(document.frmcart.chk.checked)

				{
					flag="yes";

					id = id+","+document.frmcart.chk.value;

				}

			}

		}

		if (flag=="yes")

		{
			document.frmcart.ids.value = id
			document.frmcart.action='viewcart.php';
			document.frmcart.hidval.value="del";
			document.frmcart.submit();
		}
		else
		{
			alert("Please Select an Item to Delete");
			return false;
		}
	}
	//Cart Page Functions Start

function funempty()

{

	if(confirm("Are you sure to empty the cart?"))
	{
	var frm=document.frmcart;
	frm.hidval.value="empty";
	frm.action='viewcart.php';
	frm.submit();
	}


}
function exchange(el){
var nodeI=el.parentNode, inputC=document.createElement('input'), text=el.innerHTML;


with (inputC){
setAttribute('value', '', 0)
}
nodeI.replaceChild(inputC, el)
}
function subscribe()
{

	var frm=document.frmsub;
		if(!isValidEmail(frm.Email,'yes'))
		
			return false;
					frm.kw.value="ADD";
				frm.action="news_sig_code.php";
				
	//frm.submit();
}

function validatesearch()
{
	var frm=document.frmheader;
	frm.action="viewsearchproducts.php";
	frm.submit();
}
function viewitemimage(id,act)
	{
	URL = act+"?id="+id;
	var newWin = window.open(URL,'myChild',"height=300,width=550,menubar=no,resizable=no, scrollbars=yes")
	newWin.focus()
	}
	function funaddmembers()
	{
		var frm = document.frmaddmembers;
		if(!isValidEmail(frm.email,'yes'))
			return false;
		if(!isValidEntry(frm.password, "Password"))
			return false;
		if(!isValidConfirmPassword(frm.password,frm.confpassword))
			return false;
		if(!isValidEntry(frm.firstname, "First Name"))
			return false;
		if(!isValidPhone(frm.phone,'Phone Number','yes'))
		    return false;
		if(frm.phone.value.length>15)
		{
			alert("Phone Number Should be Less Than 15 Numbers!");
			frm.phone.focus();
            return false;
		}
		if(!isValidEntry(frm.address, "Address"))
			return false;	
		if(!isValidEntry(frm.city, "City"))
			return false;	
		if(!isValidZipcode(frm.zip,'yes'))
	        return false;
		if(!isValidSelect(frm.state,'State'))
            return false;
		if(!isValidSelect(frm.country,'Country'))
            return false;
		if(!isValidPhone(frm.phone,'Phone Number','yes'))
            return false;
		frm.kw.value="ADD";
		frm.action = "register.php";
		//frm.submit();
	}
	function addorders()
	{
		var frm = document.frmaddorders;
		if(!isValidEntry(frm.name, "Name"))
			return false;
		if(!isValidEntry(frm.lastname, "Last Name"))
			return false;
		if(!isValidPhone(frm.phone,'Phone Number','yes'))
		    return false;
		if(frm.email.value!='')
		{
		if(!isValidEmail(frm.email,'yes'))
			return false;
		}
		if(!isValidEntry(frm.company, "Company Name"))
			return false;
		if(!isValidEntry(frm.address, "Address"))
			return false;	
		if(!isValidEntry(frm.city, "City"))
			return false;	
		if(!isValidZipcode1(frm.zip,'yes'))
	        return false;
		if(!isValidSelect(frm.state,'State'))
            return false;
		if(!isValidSelect(frm.country,'Country'))
            return false;

		var dtDiff=dateDiff(frm.m.value, frm.d.value, frm.y.value, '10:00:00 AM');	
		if(dtDiff<1)
		{
			alert('Invalid delivery date.');
			return false;
		}
		frm.kw.value="ADD";
		frm.action = "shipping.php";
		//frm.submit();
	}
	
	/*function addcustomer()
	{
		var frm = document.frmaddcustomer;
		if(!isValidEntry(frm.Name, "Name"))
			return false;
		if(!isValidEntry(frm.lastname, "Last Name"))
			return false;
		if(!isValidPhone(frm.phone,'Phone Number','yes'))
		    return false;
		if(frm.email.value!='')
		{
		if(!isValidEmail(frm.email,'yes'))
			return false;
		}
		if(!isValidEntry(frm.address, "Address"))
			return false;	
		if(!isValidEntry(frm.city, "City"))
			return false;	
		if(!isValidZipcode(frm.zip,'yes'))
	        return false;
		if(!isValidSelect(frm.state,'State'))
            return false;
		if(!isValidSelect(frm.country,'Country'))
            return false;
		frm.kw.value="ADD";
		frm.action = "customerform.php";
		//frm.submit();
	}*/
	function special_request()
	{
		var frm = document.frmaddcustomer;
		if(!isValidEntry(frm.Name, "Name"))
			return false;

		if(!isValidEmail(frm.vEmail,'yes'))
			return false;

		
		if(!isValidSelect(frm.vCountry,'Country'))
            return false;
				if(!isValidEntry(frm.Comments, "Country"))
			return false;
		frm.kw.value="ADD";
		frm.action = "sp_request.php";
		//frm.submit();
	}
	function dateDiff(strMonth, strDay, strYear, strTime)
	{
		if(strTime=='')
			strTime='00:00:00 AM';
	
		var dtNow=new Date();
		dtNow.a
		var dtToCompare = new Date(strMonth+'/'+strDay+'/'+strYear+' '+strTime)    
		var milliSecDiff=dtToCompare-dtNow;	
			
		var dateDiff = Math.round(milliSecDiff/(1000*60*60*24)+1);
		//alert(dateDiff);
		return dateDiff;
	}
	function doCancel()
	{	
		document.Form1.kw.value='CANCELORDER';
		document.Form1.action='nocartdetails.php';
		document.Form1.submit();
	}
	
	function validatecontactus()
	{
		var frm = document.frmcontactus;
		if(!isValidEntry(frm.fname, "Name"))
			return false;
		 if(!isValidEmail(frm.emailaddress,'yes'))
	 		return false;
		if(!isValidTextarea(frm.comments,'Your Comments / Suggestions',500))
			return false;
		frm.kw.value="send";
	}
	function validatelogin()
	{
		var frm = document.frmlogin;
		if(!isValidEmail(frm.email,'yes'))
			return false;
		if(!isValidEntry(frm.password, "Password"))
			return false;
		
	}
	function Getpassword()
	{
		var frm = document.frmgetpwd;
		if(!isValidEmail(frm.email_k,'yes'))
			return false;
	}
	//validate confirm billing address
	function validbilling()
	{
		var frm = document.frmpayment;
		if(!isValidEntry(frm.name, " Name"))
			return false;
		if(!isValidPhone(frm.phone,'Phone Number','yes'))
		    return false;
		if(!isValidEntry(frm.address, "Address"))
			return false;	
		if(!isValidEntry(frm.city, "City"))
			return false;	
		if(!isValidZipcode(frm.zip,'yes'))
	        return false;
	}
	//validate login pay form
	function validateloginpay()
	{
		var frm = document.frmpaybill;
		frm.kw.value='PAYMENT';
		var  n=frm.payment.length;
		for (i=0; i<n; i++)
		{
			if (frm.payment[i].checked)
			{
				if(frm.payment[i].value=='paypal'  || frm.payment[i].value=='creditcard')
				frm.action='https://payflowlink.paypal.com';
				else if((frm.payment[i].value=='rosecart'))
						{
							if(!isValidEmail(frm.email,'yes'))
							return false;
							if(!isValidEntry(frm.password, "Password"))
							return false;
							frm.action='payment_type.php';
						}
			} 
    	 }
	}
	// character counting
	function textCounter(field,maxlimit) 
	{
		if (field.value.length > maxlimit)
		{ 
		field.value = field.value.substring(0, maxlimit);
		alert("Characters should not be greater than 250")
		}
	
	}
//printing order
function clear_print()
{
	document.getElementById("order").style.visibility="hidden";
	//alert('ram');
	window.print();
	setTimeout('show_print()',7000);
	
}
function show_print()
{
	document.getElementById("order").style.visibility="visible";
}
function addcustomers3()
	{ 
			var frm = document.frmcustomers;	
      
 if(!isValidEmail(frm.customer_email,'yes'))
			return false;
			
			if(frm.customer_password.value.length<5)
	{
		alert("Password must be greater than 5 characters or equal");
		frm.customer_password.focus();
		return false;
	}
			if(!isValidEntry(frm.customer_password2, " Password"))
			return false;
			if(frm.customer_password2.value.length<5)
	{
		alert("Password must be greater than 5 characters or equal");
		frm.customer_password2.focus();
		return false;
	}
	  if(!isValidEntry(frm.customer_password2, "Password"))
			return false;
			
			
if(!isValidConfirmPassword(frm.customer_password, frm.customer_password2))
			return false;

				if(!isValidEntry(frm.customer_first_name, "Customer_Last_Name"))
			return false;	
		if(!isValidEntry(frm.customer_last_name, "Customer_Last_Name"))
			return false;
			
			if(!isValidEntry(frm.customer_company, 'Customer_Company'))
			return false;

if(!isValidPhone(frm.customer_phone,'Phone Number','yes'))
		    return false;
		if(frm.customer_phone.value.length>15)
		{
			alert("Phone Number Should be Less Than 15 Numbers!");
			frm.customer_phone.focus();
            return false;
		}
			 if(!isValidEntry(frm.customer_address1, "Customer_Address"))
			return false;
				 if(!isValidEntry(frm.customer_address2, "Customer_Address"))
			return false;
				 if(!isValidEntry(frm.customer_city, "City Name"))
			return false;
		
				 if(!isValidEntry(frm.customer_state, "Customer_Address"))
			return false;
			if(!isValidZipcode1(frm.customer_zipcode,'yes'))
	        return false;

			
		frm.kw.value="Submit";
		frm.action = "register.php";
		//frm.submit();
	}

function addcustomers1()
	{ 
		var frm = document.frmcustomers;	
      
 if(!isValidEmail(frm.customer_email,'yes'))
			return false;
			
			if(frm.customer_password.value.length<5)
	{
		alert("Password must be greater than 5 characters or equal");
		frm.customer_password.focus();
		return false;
	}
			if(!isValidEntry(frm.customer_password2, " Password"))
			return false;
			if(frm.customer_password2.value.length<5)
	{
		alert("Password must be greater than 5 characters or equal");
		frm.customer_password2.focus();
		return false;
	}
	  if(!isValidEntry(frm.customer_password2, "Password"))
			return false;
			
			
if(!isValidConfirmPassword(frm.customer_password, frm.customer_password2))
			return false;

				if(!isValidEntry(frm.customer_first_name, "Customer_Last_Name"))
			return false;	
		if(!isValidEntry(frm.customer_last_name, "Customer_Last_Name"))
			return false;
			
			if(!isValidEntry(frm.customer_company, 'Customer_Company'))
			return false;

if(!isValidPhone(frm.customer_phone,'Phone Number','yes'))
		    return false;
		if(frm.customer_phone.value.length>15)
		{
			alert("Phone Number Should be Less Than 15 Numbers!");
			frm.customer_phone.focus();
            return false;
		}
			 if(!isValidEntry(frm.customer_address1, "Customer_Address"))
			return false;
				 if(!isValidEntry(frm.customer_address2, "Customer_Address"))
			return false;
				 if(!isValidEntry(frm.customer_city, "City Name"))
			return false;
		
				 if(!isValidEntry(frm.customer_state, "Customer_Address"))
			return false;
			if(!isValidZipcode1(frm.customer_zipcode,'yes'))
	        return false;

			
		
		frm.kw.value="ADD";
		frm.action = "customer_form.php";
		//frm.submit();
	}
	function newssubsciber()
	{
		var frm = document.frmcustomers;
		if(!isValidEntry(frm.subscriber_name, "Enter Name"))
			return false;
		if(!isValidEntry(frm.subscriber_email, "Enter  email"))
			return false;
		/*if(!isValidMyTextarea(frm.productdesc,"Product Description",175)) 
			 return false;	*/
		
		frm.kw.value="Add";
		frm.action = "custmer_news_signup.php";
		//frm.submit();
	}
function newaddcustomers()
	{ 

			var frm = document.frmcustomers;
			
			if(!isValidEntry(frm.Name, "Enter Name"))
			return false;
      
 if(!isValidEmail(frm.userName,'yes'))
			return false;
			
			if(frm.password.value.length<5)
	{
		alert("Password must be greater than 5 characters or equal");
		frm.password.focus();
		return false;
	}
			if(!isValidEntry(frm.password, " Password"))
			return false;
			
			if(frm.reenterPassword.value.length<5)
	{
		alert("Password must be greater than 5 characters or equal");
		frm.reenterPassword.focus();
		return false;
	}
	  if(!isValidEntry(frm.reenterPassword, "Password"))
			return false;
			
			
if(!isValidConfirmPassword(frm.password, frm.reenterPassword))
			return false;

				/*if(!isValidDate(frm.date_birth, "Date of birth","yes"))
			return false;	
*/	

		if(!isValidPhone(frm.mobileNumber,'Phone Number','yes'))
		    return false;
		if(frm.mobileNumber.value.length>15)
		{
			alert("Phone Number Should be Less Than 15 Numbers!");
			frm.customer_phone.focus();
            return false;
		}
		if(!isValidSelect(frm.adve, "Name"))
			return false;

			
		frm.kw2.value="Submit";
		frm.action = "register.php";
		//frm.submit();
	}
function shipping_custmer()
	{
		var frm = document.frmcustomers;
		if(!isValidSelect(frm.title, "Name"))
			return false;
		if(!isValidEntry(frm.fname, "Last Name"))
			return false;
			if(!isValidEntry(frm.lname, "Last Name"))
			return false;
			if(frm.email.value!='')
		{
		if(!isValidEmail(frm.email,'yes'))
			return false;
		}
		if(!isValidPhone(frm.phone,'Phone Number','yes'))
		    return false;
				if(!isValidPhone(frm.mobile,'Phone Number','yes'))
		    return false;
				if(!isValidEntry(frm.company, "Company Name"))
			return false;
		if(!isValidEntry(frm.add1, "Address"))
		return false;		
		if(!isValidSelect(frm.txtCountry,'Country'))
            return false;
				if(!isValidZipcode1(frm.zipcode,'yes'))
	        return false;
		frm.kw.value="ADD";
	//	frm.action = "shipping_form.php";
		//frm.submit();
	}
	
	
	function editcustomer()
	{
		var frm = document.frmeditcustomer;
		if(!isValidEntry(frm.customer_company, "Name"))
			return false;
		if(!isValidEntry(frm.customer_password, "Last Name"))
			return false;		
		if(frm.customer_email.value!='')
		{
		if(!isValidEmail(frm.customer_email,'yes'))
			return false;
		}
		if(!isValidPhone(frm.customer_phone,'Phone Number','yes'))
		    return false;
				if(!isValidPhone(frm.customer_mobile,'Phone Number','yes'))
		    return false;
		
		frm.kw.value="MODIFY";
		frm.action = "custmer_profile_edit.php";
		//frm.submit();
	}
	function deleterow(id,pageid,frm,act)
	{
		if(confirm("Are you sure you want to Delete?"))
		{
			frm.no.value=id;
			frm.pageid.value=pageid;
			frm.status.value=status;
			frm.kw.value='DELETE';
			frm.action = act;
			frm.submit();
		}
	}
	
	function customise_print()
	{
		//document.getElementById("noprint").style.visibility="hidden";
		//document.getElementById("no_print").style.visibility="hidden";
		window.print();
		window.close();
	
	}
function displayMail()
{
	var leftbluespace=0;
	var screenwidth=parseInt(screen.width);
	if (screenwidth>=1000)
	{
		leftbluespace = parseInt((screenwidth-1000) / 2);
	}
	document.getElementById("msgarea").innerHTML="";
	document.getElementById('mail_content').style.left = leftbluespace+620+'px';
	if(document.getElementById('mail_content').style.display == 'none'){
		if (document.getElementById('ordwitconf'))
		{
			document.getElementById('ordwitconf').style.display = 'none';
		}
		document.getElementById('mail_content').style.display = 'block';
		}
	else{
		document.getElementById('mail_content').style.display = 'none';
		}
}
function val_mailcontent(form_handle)
{ 
	// Regular expression for email.
	var reg = /^[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$/;
	
	if(document.getElementById("txt_mail").value == '' || !reg.test(document.getElementById("txt_mail").value)){
		alert("Enter a valid email id");
		document.getElementById("txt_mail").focus();
		return false;
	}
	else if(document.getElementById("txt_name").value == ''){
		alert("Enter your name");
		document.getElementById("txt_name").focus();
		return false;
	}
	else if(document.getElementById("txt_ur_mail").value == '' || !reg.test(document.getElementById("txt_ur_mail").value)){
		alert("Enter a valid email id for Your mail id");
		document.getElementById("txt_ur_mail").focus();
		return false;
	}
	
	//form_handle.action = '';
	//form_handle.submit();
	emailafriend();
	return true;
}
function val_mailcontent1(form_handle)
{ 
	// Regular expression for email.
	var reg = /^[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$/;
	
if (document.getElementById("txt_mail").value == '' || !reg.test(document.getElementById("txt_mail").value)){
		alert("Enter a valid email id");
		document.getElementById("txt_mail").focus();
		return false;
	}
	else if(document.getElementById("txt_phone").value == ''){
		alert("Enter your phon");
		document.getElementById("txt_phone").focus();
		return false;
	}

	
	//form_handle.action = '';
	//form_handle.submit();
	emailafriend1();
	return true;
}
