<HTML>
<head>
<META HTTP-EQUIV="Content-Language" CONTENT="en-us">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<TITLE>RxUSA  Prescription Drugs, Medications, Discount Drugstore, Pharmacy</TITLE>
<META NAME="description" CONTENT="Prescription Drugs and Medications from a Register Pharmacy and Discount Drugstore. Fertility Medicines , Allergy, Diabetes, AIDS, HIV, Anit-cancer, Pain, Stomach, Birth Control and Ulcer Prescription Medications and Drugs.">
<META NAME="keywords" CONTENT="prescription drugs, medications, pharmacy, drugstore, discount medicine prices, discount drug prices, discount prescription drugs, medications, drugstore, medicine, treatment, prescription, drugs, medications, drugstore, medicine, treatment">
<META NAME="ROBOTS" CONTENT="ALL">
<LINK REL="stylesheet" HREF="https://www.rxusa.com/html_new/style.css" TYPE="text/css">
<SCRIPT LANUAGE="Javascript" SRC="https://www.rxusa.com/html_new/cell_color.js"></SCRIPT>
<SCRIPT LANUAGE="Javascript" SRC="https://www.rxusa.com/html_new/searchbox.js"></SCRIPT>
<script language="JavaScript1.1">	
<!-- hide 
/// ##### MUST add onchange="saveValue(this)" ######################

var never = new Date()

// never.setTime(never.getTime() + 2000*24*60*60*1000);

never.setTime(never.getTime() + 2000*24*60*60*1000);



// name is a string of the name of your cookie

// value is the value corresponding to name

function SetCookie(name, value) {

 var expString = "; expires=" + never.toGMTString();

 document.cookie = name + "=" + escape(value) + expString;

}


// returns value of cookie or null if cookie does not exist

function GetCookie(name) {

 var result = null;

 var myCookie = " " + document.cookie + ";";

 var searchName = " " + name + "=";

 var startOfCookie = myCookie.indexOf(searchName);

 var endOfCookie;

 if (startOfCookie != -1) {

  startOfCookie += searchName.length; // skip past name of cookie

  endOfCookie = myCookie.indexOf(";", startOfCookie);

  result = unescape(myCookie.substring(startOfCookie, endOfCookie));

 }

 return result;

}



use_cookies = "";



function saveValue(element) {

 //if (document.images && use_cookies == "unsure")

  //use_cookies = (confirm("Will you allow your information on this form "

   //+"to be stored on YOUR Computer so that they will be pre-filled next "

   //+"time you return to this page?") ? "yes":"no");

 if (document.images ) {

  if ((element.type == "text")

  || (element.type == "password")

  || (element.type == "textarea")

  || (element.type == "radio")) {

   val = element.value;

  } else if (element.type.indexOf("select") != -1) {

   val = "";

   for(k=0;k<element.length;k++)

    if (element.options[k].selected)

     val += k+" ";

  } else if (element.type == "checkbox") {

   val = element.checked;

  }

  SetCookie("memory_"+element.form.name+"_"+element.name,val);

 }

}

function setstoredValuesCookieYesNo() {
if(document.FrontPage_Form2.use_cookies){val=document.FrontPage_Form2.use_cookies.selectedIndex;}
if (val == '0' || val == 'no' ){
  SetCookie("memory_"+ "FrontPage_Form2"+"_"+ "use_cookies", "");
    	  DeleteValues();
  
	//   SetCookie("memory_"+ "FrontPage_Form2"+"_"+ "use_cookies", "",expString);
      	//   SetCookie("memory_"+ "FrontPage_Form2"+"_"+ "first_name", "",expString);
 
  }else{
  SetCookie("memory_"+ "FrontPage_Form2"+"_"+ "use_cookies", val);
  }
}

function getstoredValuesCookieYesNo() {
    cookie_name = "memory_"+ "FrontPage_Form2"+"_"+ "use_cookies";

    val = GetCookie(cookie_name);
    if(document.FrontPage_Form2.use_cookies){    document.FrontPage_Form2.use_cookies.selectedIndex = val; }
}

function storedValues() {

 if (document.images ) { // only do it in JavaScript 1.1 browsers

  for (i=0;i<document.forms.length;i++) {

   for (j=0;j<document.forms[i].elements.length; j++) {

    cookie_name = "memory_"+document.forms[i].name+"_"

     +document.forms[i].elements[j].name;

    val = GetCookie(cookie_name);

    if (val) {

     if ((document.forms[i].elements[j].type == "text")

     || (document.forms[i].elements[j].type == "password")

     || (document.forms[i].elements[j].type == "textarea")) {

      document.forms[i].elements[j].value = val;


     } else if (document.forms[i].elements[j].type.indexOf("select") != -1) {

      document.forms[i].elements[j].selectedIndex = -1;



      while (((pos = val.indexOf(" ")) != -1) && (val.length > 1)) {

       sel = parseInt(val.substring(0,pos));

       val = val.substring(pos+1,val.length);

       if (sel < document.forms[i].elements[j].length)

        document.forms[i].elements[j].options[sel].selected = true;

      }

     } else if (document.forms[i].elements[j].type == "checkbox") {

      document.forms[i].elements[j].checked = val;

     } else if (document.forms[i].elements[j].type == "radio") {

      if (document.forms[i].elements[j].value == val)

       document.forms[i].elements[j].checked = true;

     }

    }

   }

  }

 }

}

// /////////////////////////////////////////////////
function DeleteValues() {

 if (document.images ) { // only do it in JavaScript 1.1 browsers

  for (i=0;i<document.forms.length;i++) {

   for (j=0;j<document.forms[i].elements.length; j++) {

    cookie_name = "memory_"+document.forms[i].name+"_"

     +document.forms[i].elements[j].name;

    val = GetCookie(cookie_name);

    if (val) {

     if ((document.forms[i].elements[j].type == "text")

     || (document.forms[i].elements[j].type == "password")

     || (document.forms[i].elements[j].type == "textarea")) {

// my stuff below // ----------------------
document.forms[i].elements[j].value= "";
document.forms[i].elements[j].value= val;

 SetCookie("memory_"+document.forms[i].name+"_"

     +document.forms[i].elements[j].name , "");

// end my stuff // ----------------

     } else if (document.forms[i].elements[j].type.indexOf("select") != -1) {

      document.forms[i].elements[j].selectedIndex = -1;

    while (((pos = val.indexOf(" ")) != -1) && (val.length > 1)) {

       sel = parseInt(val.substring(0,pos));

       val = val.substring(pos+1,val.length);

       if (sel < document.forms[i].elements[j].length)

        document.forms[i].elements[j].options[sel].selected = true;

      }

     } else if (document.forms[i].elements[j].type == "checkbox") {

      document.forms[i].elements[j].checked = val;

     } else if (document.forms[i].elements[j].type == "radio") {

      if (document.forms[i].elements[j].value == val)

       document.forms[i].elements[j].checked = true;

     }

    }

   }

  }

 }

}
// /-------------------------------------------------------------------------------
function check_user(){

 if(document.FrontPage_Form2){

//	if ( document.FrontPage_Form2.first_name.value == ""  &&  document.FrontPage_Form2.last_name.value == "" &&  document.FrontPage_Form2.email.value == ""  || document.FrontPage_Form2.use_cookies.selectedIndex == "1"){storedValues();}
	if ( document.FrontPage_Form2){if( document.FrontPage_Form2.use_cookies.selectedIndex == "1"){storedValues();}}

	}

}

// End -->
</script>
<SCRIPT LANUAGE="Javascript">
/*  THIS IS THE TABLE COLOR SCRIPT - Include CODE in the <TABLE> TAG
Highlight Table Cells Script- 
*/
function changeto(highlightcolor){

source=event.srcElement

if (source.tagName=="TR"||source.tagName=="TABLE")

return

while(source.tagName!="TD")

source=source.parentElement

if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")

source.style.backgroundColor=highlightcolor

}

function changeback(originalcolor){

if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")

return

if (event.toElement!=source)

source.style.backgroundColor=originalcolor

}

function vis(cur,which){

if (which==0)

cur.filters.alpha.opacity=60

else

cur.filters.alpha.opacity=100

}
</SCRIPT>
<SCRIPT LANUAGE="Javascript">
function searchbox(){
if(document.search2.name2.value=="Enter Drug Name"){document.search2.name2.value='';}
}
</SCRIPT>

<SCRIPT LANGUAGE="JavaScript">
<!--
function defwindow (id) {
var url = "http://rxusa.com/cgi-bin2/db/get_first.cgi?drug=" + id;
window.open(url, 'Information', 'alwaysRaised=yes,screenX=200,screenY=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=450,height=500');
}
//-->
</script>
<script LANGUAGE="JavaScript1.2">

function format(nums)

   {

/////////////////////////////////////////////////////////////////////////
// rounds total to two decimal places

nums = "" + ((Math.round(nums * 100)) / 100);

dec1 = nums.substring(nums.length-3, nums.length-2);

dec2 = nums.substring(nums.length-2, nums.length-1);

if (dec1 != '.') { // adds trailing zeroes if necessary

if (dec2 == '.') nums += "0";

else nums += ".00";

}
return nums;
/////////////////////////////////////////////////////////////////////////
}
function calcit(){

for (i = 0 ; i < document.forms.length ; i++)  

if(document.forms[i].qty && document.forms[i].price){ 

	// calc the base price //
	document.forms[i].price.value=format((document.forms[i].cprice.value * document.forms[i].qty.options[document.forms[i].qty.selectedIndex].value));

	// calc the base price AND give a discount for ordering more//
if(document.forms[i].qty.options[document.forms[i].qty.selectedIndex].value=='2' || document.forms[i].qty.options[document.forms[i].qty.selectedIndex].value =='60'){

	document.forms[i].price.value=format((document.forms[i].price.value * 0.99));

  }else if(document.forms[i].qty.options[document.forms[i].qty.selectedIndex].value=='3' || document.forms[i].qty.options[document.forms[i].qty.selectedIndex].value =='90'){

	document.forms[i].price.value=format((document.forms[i].price.value * 0.985));

 }else if(document.forms[i].qty.options[document.forms[i].qty.selectedIndex].value=='4' || document.forms[i].qty.options[document.forms[i].qty.selectedIndex].value > 90){

	document.forms[i].price.value=format((document.forms[i].price.value * 0.9825));

  }
// calc the price per pill or per unit //
if(document.forms[i].qty.options[document.forms[i].qty.selectedIndex].value > '0'){
document.forms[i].perpill.value="Unit cost $" + format(document.forms[i].price.value / document.forms[i].qty.options[document.forms[i].qty.selectedIndex].value ) + " " + "each";
}
}
}
//end calcit

// ---------------- ##
function confirm(){
		    
		    	if (document.FrontPage_Form2.Order_Confirmation1.checked == false
		    	&& document.FrontPage_Form2.Order_Confirmation2.checked == false
		    	&& document.FrontPage_Form2.Order_Confirmation3.checked == false) {
		alert("Please check a confirmation method."); 
		document.FrontPage_Form2.Order_Confirmation1.focus(); return false;}
}
// ---------------- ##

</script>
<meta name="Microsoft Border" content="b, default">
</HEAD>

<BODY onload="getstoredValuesCookieYesNo(),check_user()"  topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" ><!--msnavigation--><table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><!--msnavigation--><td valign="top">

<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" BORDERCOLOR="#111111" WIDTH="100%">
    <TR>
          <TD>
			<!--WEBBOT BOT="Include" U-Include="../DO-NOT-ALTER/N_header.htm" TAG="BODY" startspan -->

<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" BORDERCOLOR="#111111" WIDTH="100%">
       <TBODY>
        <TR>
         <TD WIDTH="100%" COLSPAN="3">
          <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" BORDERCOLOR="#111111" WIDTH="100%">
                 <TBODY>
                  <TR>
                   <TD BGCOLOR="#B3C6E6">
          &nbsp;&nbsp; <A HREF="http://rxusa.com">
          <IMG BORDER="0" SRC="http://rxusa.com/images_new/logo5.GIF" ALT="RxUSA.com NY Pharmacy" width="143" height="59"></A></TD>
                   <TD BGCOLOR="#B3C6E6">&nbsp;</TD>
                   <TD ALIGN="right" VALIGN="top" BGCOLOR="#B3C6E6">
                    &nbsp;<TABLE BORDER="0" CELLPADDING="2" STYLE="border-collapse: collapse" BORDERCOLOR="#111111" WIDTH="100%">
                           <TBODY>
                            <TR>
                             <TD WIDTH="23%" ALIGN="right" NOWRAP STYLE="padding-left: 15; padding-right: 15; font-family:Arial; font-size:10pt">
     
          <P ALIGN="left">
			 <B>Toll Free:</span> 800-764-3648</B></TD>
                             <TD WIDTH="23%" ALIGN="right" NOWRAP STYLE="padding-left: 15; padding-right: 15; font-family:Arial; font-size:10pt">
     
          <P ALIGN="left">
			 <B>Toll Free <font size="2"> 
           	Fax: </font>866-843-4154 or 866-845-4129</B></TD>
                             <TD WIDTH="27%" ALIGN="right">
     
          <a href="http://rxusa.com/html_new/">
     
          <img border="0" src="http://rxusa.com/images_new/visa.gif" width="37" height="21"></a><img border="0" src="http://rxusa.com/images_new/mc.gif" width="37" height="21"><img border="0" src="http://rxusa.com/images_new/discover.gif" width="37" height="21"></TD>
                            </TR>
                            <TR>
                             <TD WIDTH="23%" NOWRAP STYLE="padding-left: 15; padding-right: 15; font-family:Arial; font-size:10pt"><B>Phone:   
			516-467-2500</B></TD>
                             <TD WIDTH="23%" NOWRAP STYLE="padding-left: 15; padding-right: 15; font-family:Arial; font-size:10pt"><B>
                              Fax: 
                              516-299-4492</B></TD>
                             <TD WIDTH="27%">&nbsp;</TD>
                            </TR>
                           </TBODY>
                    </TABLE>
                   </TD>
                  </TR>
                 </TBODY>
          </TABLE>
         </TD>
        </TR>
        <TR>
         <TD WIDTH="100%" COLSPAN="3">
          

<DIV CLASS="menu_bar">
            <TABLE CELLPADDING="0" CELLSPACING="1" STYLE="border-collapse: collapse" BGCOLOR="#023266" HEIGHT="25" WIDTH="100%" BORDER="0">
                        <TR>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="http://rxusa.com"><IMG BORDER="0" SRC="http://rxusa.com/images_new/home.GIF" WIDTH="13" HEIGHT="13"> Home</A></TD>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="http://rxusa.com/html_new/contact_pg.htm"><IMG BORDER="0" SRC="http://rxusa.com/images_new/email.GIF" WIDTH="14" HEIGHT="11"> Contact</A></TD>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="http://rxusa.com/html_new/help.htm"><IMG BORDER="0" SRC="http://rxusa.com/images_new/question.GIF" WIDTH="19" HEIGHT="15">Help</A></TD>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="http://rxusa.com/html_new/terms.htm">Terms</A></TD>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="http://rxusa.com/html_new/shipping.htm">Shipping</A></TD>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="http://rxusa.com/html_new/privacy.htm">Privacy</A></TD>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="/cgi-bin2/shop/cart.cgi"><IMG BORDER="0" SRC="http://rxusa.com/images_new/cart2.GIF" WIDTH="19" HEIGHT="15">Checkout</A></TD>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="/cgi-bin2/shop/cart.cgi"><IMG BORDER="0" SRC="http://rxusa.com/images_new/cart2.GIF" WIDTH="19" HEIGHT="15">View Cart</A></TD>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="http://rxusa.com/forms_new/refill.htm"><IMG BORDER="0" SRC="http://rxusa.com/images_new/bottle.GIF" WIDTH="19" HEIGHT="15">Refill</A></TD>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="http://rxusa.com/forms_new/quote.htm"><IMG BORDER="0" SRC="http://rxusa.com/images_new/dollar.GIF" WIDTH="19" HEIGHT="15">Quote</A></TD>
                                    <TD STYLE="border:2px outset #D9EBFC; font-family: Times New Roman; font-size: 12pt; padding-left: 3; padding-right: 3; font-weight:bold" NOWRAP ALIGN="center">
                                               <A CLASS="top" HREF="https://www.rxusa.com/forms_new/pay_secure.htm"><IMG BORDER="0" SRC="http://rxusa.com/images_new/dollar.GIF" WIDTH="19" HEIGHT="15">Payment</A></TD>
                        </TR>
            </TABLE>
</DIV>

</TD>
        </TR>
        <TR>
         <TD STYLE="border-bottom: 1px solid #003366">
          <P ALIGN="center">&nbsp;</TD>
         <TD>
    <TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0" STYLE="border-collapse: collapse" WIDTH="101%" height="39">
           <TBODY>
            <TR>
            <FORM ACTION="/cgi-bin2/db/db.cgi" METHOD="POST" NAME="search2">
             <TD WIDTH="40%" STYLE="border-bottom: 1px solid #003366" ALIGN="center">
             
   <p align="center">
   &nbsp; <FONT COLOR="#FF0000" SIZE="4"><B><FONT FACE="Arial">Search Here</FONT> </B></FONT>
   <INPUT TYPE="text" NAME="name2" SIZE="20" ONCLICK="searchbox()" VALUE="Enter Drug Name" style="font-size: 10pt; font-family: Arial; color: #000080; font-weight: bold"><INPUT TYPE="submit" value="Click Here" NAME="submit" WIDTH="86" HEIGHT="30" STYLE="padding:1; color: #000079; font-weight: bold; font-size: 10pt; font-family: Arial; border: 1px groove #003366; ; background-color:#CCCCCC"> </TD>  
            </TR>
           </form>
           </TBODY>
    </TABLE>
         </TD>
         <TD STYLE="border-bottom: 1px solid #003366">
          <P ALIGN="center">&nbsp;</TD>
        </TR>
       </TBODY>
</TABLE>

<!--webbot bot="Include" i-checksum="40794" endspan --></TD>
    </TR>
    </TABLE>

<DIV ALIGN="center"><CENTER><TABLE BORDER="1" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" BORDERCOLOR="#111111" WIDTH="98%">
    <TR>
          <TD WIDTH="100%" ALIGN="center">
           <!--webbot BOT="GeneratedScript" PREVIEW=" " startspan --><script Language="JavaScript" Type="text/javascript"><!--
function FrontPage_Form2_Validator(theForm)
{

  if (theForm.email.value == "")
  {
    alert("Please enter a value for the \"email\" field.");
    theForm.email.focus();
    return (false);
  }

  if (theForm.human.value == "")
  {
    alert("Please enter a value for the \"Security\" field.");
    theForm.human.focus();
    return (false);
  }

  if (theForm.human.value.length < 4)
  {
    alert("Please enter at least 4 characters in the \"Security\" field.");
    theForm.human.focus();
    return (false);
  }

  if (theForm.human.value.length > 10)
  {
    alert("Please enter at most 10 characters in the \"Security\" field.");
    theForm.human.focus();
    return (false);
  }
  return (true);
}
//--></script><!--webbot BOT="GeneratedScript" endspan --><FORM METHOD="POST" ACTION="/cgi-bin2/webform_cust_human.cgi" onSubmit="return FrontPage_Form2_Validator(this)" language="JavaScript" name="FrontPage_Form2">


<INPUT TYPE="hidden" NAME="redirect" VALUE="http://rxusa.com/html_new/thankyou_shopping.htm">
<INPUT TYPE="hidden" NAME="subject" VALUE="RxUSA Refill Form.">
<INPUT TYPE="hidden" NAME="required" VALUE="email,Fname,Lname,areacode,">
<INPUT TYPE="hidden" NAME="recipient" VALUE="orders">
<INPUT TYPE="hidden" NAME="recipient2" VALUE="rxusa.com">

           
            
            <P>
            
            <DIV ALIGN="center"><CENTER>
<TABLE BORDER="1" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" BORDERCOLOR="#111111" WIDTH="98%">
    <TR> 
    

          <TD WIDTH="100%" ALIGN="center">                
  

          <font size="4"><b><BR>
          Refill Order Form <br>
          </b></font><span style="background-color: #7DBEFF">[</span><a href="#checkprice"><span style="background-color: #7DBEFF">Price Check Click Here</span></a><span style="background-color: #7DBEFF">]</span><BR>
          <hr color="red">
            <table border="0" cellpadding="0" cellspacing="0" STYLE="border-collapse: collapse" BORDERCOLOR="#111111">
              <tr>
                <td align="right"></td>
                <td><b>Patient Information:</b></td>
              </tr>
              <TR>
                                                                 <td align="right" HEIGHT="22" STYLE="font-family: Times New Roman; font-size: 12pt">&nbsp; 
                                                                 <SELECT SIZE="1" NAME="use_cookies" onchange="setstoredValuesCookieYesNo(),saveValue(this),check_user()">
                                                                         <OPTION VALUE="no">No</OPTION>
                                                                         <OPTION VALUE="yes">Yes</OPTION>
                                                                 </SELECT></td>
                                                                 <td HEIGHT="22" STYLE="font-family: Times New Roman; font-size: 10pt">&nbsp;Save my below information for next time.</td>
                                                            </TR>
              <tr>
                <td align="right"><font size="3"><b>
          First Name:</b></font></td>
                <td><font color="#000080"><INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="20" NAME="Fname"></font> </td>
              </tr>
              <tr>
                <td align="right"><font size="3"><b>Last
          Name:</b></font></td>
                <td><font color="#000080">
          <INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="20" NAME="Lname"></font></td>
              </tr>
              <tr>
                <td align="right"><font size="3"><b>Daytime
          Phone Number:</b></font></td>
                <td>(<font color="#000080"><INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="3" MAXLENGTH="3" NAME="areacode"></font>) <font color="#000080">
          <INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="3" MAXLENGTH="3" NAME="prefix">-<INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="4" MAXLENGTH="4" NAME="extension"></font></td>
              </tr>
              <tr>
                <td align="right"><font size="3"><b>
          Email Address:&nbsp;</b></font></td>
                <td>&nbsp;<font color="#000080"><!--WEBBOT BOT="Validation" B-VALUE-REQUIRED="TRUE" --><INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="30" NAME="email" MAXLENGTH="100"></font></td>
              </tr>
              <tr>
                <td align="right"><font size="3"><b>RxUSA account #:</b></font></td>
                <td><font color="#000080"><INPUT TYPE="text" SIZE="25" NAME="rxAccount"></font></td>
              </tr>
              <tr>
                <td align="right"></td>
                <td></td>
              </tr>
              <tr>
                <td align="right"></td>
                <td><b>Payment:</b></td>
              </tr>
              <tr>
                <td align="right"></td>
                <td><font color="#000080"><INPUT TYPE="radio" CHECKED NAME="payment" VALUE="Use Bank Card on File"></font>Use
          my Credit Card Number PPS already has on file<BR>
                <font color="#000080">
          <INPUT TYPE="radio" NAME="payment" VALUE="Call for Payment Info"></font>Call
          me for bank card number<BR>
                <font color="#000080">
          <INPUT TYPE="radio" NAME="payment" VALUE="No Payment Required"></font>No
          payment required&nbsp;</td>
              </tr>
              <tr>
                <td align="right"></td>
                <td></td>
              </tr>
              <tr>
                <td align="right"></td>
                <td><b>Address:</b></td>
              </tr>
              <tr>
                <td align="right"></td>
                <td><font color="#000080"><INPUT TYPE="radio" CHECKED NAME="address" VALUE="Use Old Address"></font>
                  Same as last time (skip next section)&nbsp;<br>
                <font color="#000080">
 <INPUT TYPE="radio" NAME="address" VALUE="New Address"> </font>New address (complete next section)</td>
              </tr>
              <tr>
                <td align="right"></td>
                <td></td>
              </tr>
              <tr>
                <td align="right"></td>
                <td>New Address Information:</td>
              </tr>
              <tr>
                <td align="right"><b><font size="3">Address:</font></b></td>
                <td><font color="#000080"> <INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="40" NAME="street1"></font></td>
              </tr>
              <tr>
                <td align="right"><font size="3"><b>Address continued:</b></font></td>
                <td><font color="#000080"> <INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="40" NAME="street2"></font></td>
              </tr>
              <tr>
                <td align="right"><b><font size="3">City:</font></b></td>
                <td><font color="#000080"> <INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="15" NAME="city"></font> </td>
              </tr>
              <tr>
                <td align="right"><b><font size="3">State:</font></b></td>
                <td><font color="#000080"> <INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="2" NAME="state"></font> </td>
              </tr>
              <tr>
                <td align="right"><b><font size="3">Zip Code:</font></b></td>
                <td><font color="#000080"> <INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="5" NAME="zip" MAXLENGTH="5"></font>- <font color="#000080"> 
                  <INPUT TYPE="text" ONCHANGE="saveValue(this)" SIZE="4" NAME="zip2" MAXLENGTH="4"></font></td>
              </tr>
              <tr>
                <td align="right"><font size="3"><b>Birth date&nbsp;<br>
 for verification purposes:&nbsp;</b></font></td>
                <td><font color="#000080"> <SELECT NAME="birthdate1" SIZE="1">
            <OPTION>January</OPTION>
            <OPTION>February</OPTION>
            <OPTION>March</OPTION>
            <OPTION>April</OPTION>
            <OPTION>May</OPTION>
            <OPTION>June</OPTION>
            <OPTION>July</OPTION>
            <OPTION>August</OPTION>
            <OPTION>September</OPTION>
            <OPTION>October</OPTION>
            <OPTION>November</OPTION>
            <OPTION>December</OPTION>
          </SELECT><SELECT NAME="birthdate2" SIZE="1">
            <OPTION>01</OPTION>
            <OPTION>02</OPTION>
            <OPTION>03</OPTION>
            <OPTION>04</OPTION>
            <OPTION>05</OPTION>
            <OPTION>06</OPTION>
            <OPTION>07</OPTION>
            <OPTION>08</OPTION>
            <OPTION>09</OPTION>
            <OPTION>10</OPTION>
            <OPTION>11</OPTION>
            <OPTION>12</OPTION>
            <OPTION>13</OPTION>
            <OPTION>14</OPTION>
            <OPTION>15</OPTION>
            <OPTION>16</OPTION>
            <OPTION>17</OPTION>
            <OPTION>18</OPTION>
            <OPTION>19</OPTION>
            <OPTION>20</OPTION>
            <OPTION>21</OPTION>
            <OPTION>22</OPTION>
            <OPTION>23</OPTION>
            <OPTION>24</OPTION>
            <OPTION>25</OPTION>
            <OPTION>26</OPTION>
            <OPTION>27</OPTION>
            <OPTION>28</OPTION>
            <OPTION>29</OPTION>
            <OPTION>30</OPTION>
            <OPTION>31</OPTION>
          </SELECT><SELECT NAME="birthdate3" SIZE="1">
            <OPTION>1900</OPTION>
            <OPTION>1901</OPTION>
            <OPTION>1902</OPTION>
            <OPTION>1903</OPTION>
            <OPTION>1904</OPTION>
            <OPTION>1905</OPTION>
            <OPTION>1906</OPTION>
            <OPTION>1907</OPTION>
            <OPTION>1908</OPTION>
            <OPTION>1909</OPTION>
            <OPTION>1910</OPTION>
            <OPTION>1911</OPTION>
            <OPTION>1912</OPTION>
            <OPTION>1913</OPTION>
            <OPTION>1914</OPTION>
            <OPTION>1915</OPTION>
            <OPTION>1916</OPTION>
            <OPTION>1917</OPTION>
            <OPTION>1918</OPTION>
            <OPTION>1919</OPTION>
            <OPTION>1920</OPTION>
            <OPTION>1921</OPTION>
            <OPTION>1922</OPTION>
            <OPTION>1923</OPTION>
            <OPTION>1924</OPTION>
            <OPTION>1925</OPTION>
            <OPTION>1926</OPTION>
            <OPTION>1927</OPTION>
            <OPTION>1928</OPTION>
            <OPTION>1929</OPTION>
            <OPTION>1930</OPTION>
            <OPTION>1931</OPTION>
            <OPTION>1932</OPTION>
            <OPTION>1933</OPTION>
            <OPTION>1934</OPTION>
            <OPTION>1935</OPTION>
            <OPTION>1936</OPTION>
            <OPTION>1937</OPTION>
            <OPTION>1938</OPTION>
            <OPTION>1939</OPTION>
            <OPTION>1940</OPTION>
            <OPTION>1941</OPTION>
            <OPTION>1942</OPTION>
            <OPTION>1943</OPTION>
            <OPTION>1944</OPTION>
            <OPTION>1945</OPTION>
            <OPTION>1946</OPTION>
            <OPTION>1947</OPTION>
            <OPTION>1948</OPTION>
            <OPTION>1949</OPTION>
            <OPTION>1950</OPTION>
            <OPTION>1951</OPTION>
            <OPTION>1952</OPTION>
            <OPTION>1953</OPTION>
            <OPTION>1954</OPTION>
            <OPTION>1955</OPTION>
            <OPTION>1956</OPTION>
            <OPTION>1957</OPTION>
            <OPTION>1958</OPTION>
            <OPTION>1959</OPTION>
            <OPTION>1960</OPTION>
            <OPTION>1961</OPTION>
            <OPTION>1962</OPTION>
            <OPTION>1963</OPTION>
            <OPTION>1964</OPTION>
            <OPTION>1965</OPTION>
            <OPTION>1966</OPTION>
            <OPTION>1967</OPTION>
            <OPTION>1968</OPTION>
            <OPTION>1969</OPTION>
            <OPTION>1970</OPTION>
            <OPTION>1971</OPTION>
            <OPTION>1972</OPTION>
            <OPTION>1973</OPTION>
            <OPTION>1974</OPTION>
            <OPTION>1975</OPTION>
            <OPTION>1976</OPTION>
            <OPTION>1977</OPTION>
            <OPTION>1978</OPTION>
            <OPTION>1979</OPTION>
            <OPTION>1980</OPTION>
            <OPTION>1981</OPTION>
            <OPTION>1982</OPTION>
            <OPTION>1983</OPTION>
            <OPTION>1984</OPTION>
            <OPTION>1985</OPTION>
            <OPTION>1986</OPTION>
            <OPTION>1987</OPTION>
            <OPTION>1988</OPTION>
            <OPTION>1989</OPTION>
            <OPTION>1990</OPTION>
            <OPTION>1991</OPTION>
            <OPTION>1992</OPTION>
            <OPTION>1993</OPTION>
            <OPTION>1994</OPTION>
            <OPTION>1995</OPTION>
            <OPTION>1996</OPTION>
            <OPTION>1997</OPTION>
            <OPTION>1998</OPTION>
          </SELECT></font></td>
              </tr>
              <tr>
                <td align="right" COLSPAN="2"><P ALIGN="left"><B><BR>
                 We can not ship unless you accept a form of order confirmation.</B><BR>
                 <B>
                                                                  <INPUT TYPE="checkbox" VALUE="e-mail notification is acceptable to release my order" NAME="Order_Confirmation1" STYLE="border: 1px solid #0000FF"></B> 
                 e-mail notification is acceptable to release my order<BR>
                 <B>
                                                                  <INPUT TYPE="checkbox" VALUE="notification to my phone or voice mail is acceptable to release my order" NAME="Order_Confirmation2" STYLE="border: 1px solid #0000FF"></B> 
                 notification to my phone or voice mail is acceptable to release my order<BR>
                 <B>
                                                                  <INPUT TYPE="checkbox" VALUE="no notification is needed by me, release my order" NAME="Order_Confirmation3" STYLE="border: 1px solid #0000FF"></B>no 
                 notification is needed by me, release my order<BR>
&nbsp;</td>
              </tr>
              </table>
          <blockquote>
          <P align="center">
          <font size="4"><a name="refill">Refill</a> Drugs Requested</font></P>
          <DIV ALIGN="center"><CENTER><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" BORDERCOLOR="#111111">
              <tr>
                    <TD ALIGN="center" colspan="3"><span style="background-color: #7DBEFF">[</span><a href="#checkprice"><span style="background-color: #7DBEFF">Price Check Click Here</span></a><span style="background-color: #7DBEFF">]</span></TD>
                    </tr>
              <TR>
                    <TD ALIGN="center" bgcolor="#D9EBFC">Prescription #:</TD>
                    <TD ALIGN="center" bgcolor="#D9EBFC">Drug Name/Description:
                    </TD>
                    <TD bgcolor="#D9EBFC">&nbsp;Quantity:</TD>
              </TR>
              <TR>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="12" NAME="no1"></font></TD>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="25" NAME="drug1"></font></TD>
                    <TD ALIGN="center"><font color="#000080"><INPUT TYPE="text" SIZE="4" NAME="quan1"></font></TD>
              </TR>
              <TR>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="12" NAME="no2"></font></TD>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="25" NAME="drug2"></font></TD>
                    <TD ALIGN="center"><font color="#000080"><INPUT TYPE="text" SIZE="4" NAME="quan2"></font></TD>
              </TR>
              <TR>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="12" NAME="no3"></font></TD>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="25" NAME="drug3"></font></TD>
                    <TD ALIGN="center"><font color="#000080"><INPUT TYPE="text" SIZE="4" NAME="quan3"></font></TD>
              </TR>
              <TR>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="12" NAME="no4"></font></TD>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="25" NAME="drug4"></font></TD>
                    <TD ALIGN="center"><font color="#000080"><INPUT TYPE="text" SIZE="4" NAME="quan4"></font></TD>
              </TR>
              <TR>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="12" NAME="no5"></font></TD>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="25" NAME="drug5"></font></TD>
                    <TD ALIGN="center"><font color="#000080"><INPUT TYPE="text" SIZE="4" NAME="quan5"></font></TD>
              </TR>
              <TR>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="12" NAME="no6"></font></TD>
                    <TD><font color="#000080"><INPUT TYPE="text" SIZE="25" NAME="drug6"></font></TD>
                    <TD ALIGN="center"><font color="#000080"><INPUT TYPE="text" SIZE="4" NAME="quan6"></font></TD>
              </TR>
          </TABLE>
          </CENTER></DIV>
          </blockquote>
          <DIV ALIGN="center">
            <CENTER>
            <P>Do you need a paper order form included with your order? <font color="#000080"> <INPUT TYPE="radio" CHECKED NAME="need_paper_form" VALUE="No"></font>No <font color="#000080">
            <INPUT TYPE="radio" NAME="need_paper_form" VALUE="Yes">Yes</font></P>
            </CENTER>
          </DIV>
          <DIV ALIGN="center">
            <CENTER>
            <P><STRONG>Comments:<BR>
            </STRONG><font color="#000080"><TEXTAREA ROWS="2" NAME="comments" COLS="55"></TEXTAREA></font></P>
            </CENTER>
          </DIV>
          <DIV ALIGN="center">
            <CENTER>
            <P><font size="2">(Valid phone number or email address required
          for order confirmation.)</font></P>
            </CENTER>
          </DIV>
			<DIV ALIGN="center">
            <CENTER>
            <P>
            <!--#include virtual="trace.php" -->. 
            
            </P>
            </CENTER>
          </DIV>
			<DIV ALIGN="center">
            <CENTER>
            <P><FONT COLOR="#000080"><B>
            Security:
            <!--WEBBOT BOT="Validation" S-DISPLAY-NAME="Security" B-VALUE-REQUIRED="TRUE" I-MINIMUM-LENGTH="4" I-MAXIMUM-LENGTH="10" --><input name="human" size="15" maxlength="10"></B></FONT><font face="Georgia"><img src="form-image.GIF" border="1" width="93" height="19"></font><FONT COLOR="#000080"><B>
            (enter the characters in the field)</B></FONT></P>
            </CENTER>
          </DIV>
          <DIV ALIGN="center">
            <CENTER>
            <font size="2">[<a href="../../terms.htm">Terms of Service</a>]
            </font>
            </CENTER>
          </DIV>
          <DIV ALIGN="center" style="width: 587; height: 61">
            <CENTER>
            <P><font color="#000080"><INPUT onmouseover="confirm()"TYPE="submit" VALUE="Submit Order" STYLE="background-color: #7DBEFF"></font></P>
            <hr color="#0033CC">
            </CENTER>
              </DIV>
          <DIV ALIGN="center">
            <CENTER>
            <P><font color="#000080"><span style="background-color: #7DBEFF">[<a name="checkprice" href="#refill">Back to Refill Form</a>]</span></font></P>
            </CENTER>
              </DIV><iframe name="if_pricecheck" width="577" height="150" marginwidth="1" marginheight="1" border="0" frameborder="0" src="../DO-NOT-ALTER/search_boxpg.htm"></iframe><BR>
                         

          <DIV ALIGN="center">
            <CENTER>
            <!--WEBBOT BOT="Include" U-Include="../includes_new/cart_warn2.htm" TAG="BODY" startspan -->

<div align="center">
        <center>
              <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
                  <tr>
                  <td align="left" valign="top" STYLE="font-family: Times New Roman; font-size: 12pt">
                      <b><font face="Arial" size="2" color="#000066">We do not 
						dispense Controlled Substance prescriptions to patients 
						in the following states: Arkansas, California, Hawaii, 
						Idaho, Louisiana, Michigan, Montana, Nebraska, North 
						Carolina, Tennessee and Utah. All prices quoted, and orders shipped, are billed and shipped FOB New York City . No returns may be accepted for drugs and medication, in accordance with Federal and State regulations governing prescription 
                      drugs and medications. All prescriptions received by phone, 
						fax, e-mail, or postal mail, from patients, physicians, 
						clinics, hospitals, or other health care professionals are received by our 
						pharmacy in New York State and are subject to being filled under the jurisdiction and laws and 
                      regulations of the State of New York and appropriate Federal regulations if applicable. Delivery of your 
						drugs or&nbsp; medication, regardless of the address you designate, will be construed to have been made in the State of New York by our giving your order to DHL or 
						the United State Postal Service for 
                      delivery to you. Your transmission to us of your prescription and request to have 
						your drugs or medication shipped to you at any designated address is an acknowledgement that you have read this notice and agree that New York State and Federal laws and regulations govern and control 
						your 
                      prescription order.</font></b></td>
                  </tr>
              </table>
        </center>
</div>
<!--webbot bot="Include" i-checksum="50716" endspan --></CENTER>
          </DIV>
                         

          <DIV ALIGN="center">
            <CENTER>
<P>
<input type=hidden value="We do not fill  prescriptions for Controlled Substances!!!. All prices quoted, and orders shipped, are billed and shipped FOB New York City . No returns may be accepted for drugs and medication,  in accordance with Federal and State regulations governing prescription drugs and medications. All Prescriptions received by Phone, Fax, E-Mail, or Mail,  from Patients, Physicians,  Clinics,  Hospitals,  or other  health care professionals, are received by our Pharmacy, in New York State, and are subject to being filled under the jurisdiction and laws and regulations of the State of New York and of  appropriate Federal regulations if applicable. Delivery of your medication, regardless of the address you designate will be construed to have been made in the State of New York by our giving your order to   Airborne Express, DHL  or FedEx for delivery to you. Your transmission to us, of your prescription, and request to have the medication shipped to you at any designated address is an acknowledgement that you have read this notice and agree that New York State and Federal laws and regulation, govern and control, as to this prescription order, and  will be subject only to New York State law and jurisdiction. " >
            </P>
            </CENTER>
          </DIV>
                         

    
          
          
          </TD>
    </TR>
</TABLE>
</CENTER></DIV>
            
            
            &nbsp;</P>
          </FORM>

          </TD>
    </TR>
</TABLE>
</CENTER></DIV>

<DIV ALIGN="left"><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" BORDERCOLOR="#111111" WIDTH="100%">
    <TR>
          <TD>
           &nbsp;</TD>
          </TR>
    </TABLE>
</DIV>


<!--msnavigation--></td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>

           

<TABLE STYLE="border-collapse: collapse" cellPadding="2" WIDTH="95%" BORDER="1" BORDERCOLOR="#333399" BGCOLOR="#B3C6E6" bordercolordark="#FF0000">
            <TR>
                        <TD STYLE="border-top:3px double #333399; font-family: Arial; font-size: 10pt; border-bottom: 1px solid #333399; margin-top: 0; margin-bottom: 0" noWrap ALIGN="left" WIDTH="192">
                                   <B>&nbsp;</B></TD>
                        <TD STYLE="border-top:3px double #333399; font-family: Arial; font-size: 10pt; border-bottom: 1px solid #333399; margin-top: 0; margin-bottom: 0" noWrap ALIGN="left">
                                   <B>Toll Free Phone (USA): 800-764-3648<BR>
                                   Alternate Phone: 516-467-2500<BR>
									Toll Free 
									Fax (USA):((866)843-4154</B><p><B>&nbsp;</B></TD>
                        <TD STYLE="border-top:3px double #333399; font-family: Arial; font-size: 10pt; border-bottom: 1px solid #333399; margin-top: 0; margin-bottom: 0" noWrap ALIGN="left">
                                   <B>RxUSA Administrative Office:<BR>
                                   RxUSA, Inc. (DUNS #107979960)<BR>
                                   81 Seaview Boulevard&nbsp; Port Washington, NY 11050</B></TD>
            </TR>
            <TR>
                        <TD STYLE="font-family: Arial; font-size: 10pt; border-bottom: 1px solid #333399; margin-top: 0; margin-bottom: 0" vAlign="top" noWrap ALIGN="left" WIDTH="192" height="90">
&nbsp;</TD>
                        <TD STYLE="font-family: Arial; font-size: 10pt; border-bottom: 1px solid #333399; margin-top: 0; margin-bottom: 0" vAlign="top" noWrap ALIGN="left" height="90">
                                   <B>RxUSA Pharmacy HMO/PBM:<BR>
                                   81 Seaview Boulevard<BR>
                                   Port Washington, NY 11050</B></TD>
                        <TD STYLE="font-family: Arial; font-size: 10pt; border-bottom: 1px solid #333399; margin-top: 0; margin-bottom: 0" vAlign="top" noWrap ALIGN="left" height="90">
                                   <B>NYS Registration #025934<BR>
                                   NABP #333248<BR>
                                   NPI #1265537294</B></TD>
            </TR>
</TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="border-collapse: collapse" BORDERCOLOR="#111111" WIDTH="100%">
            <TR>
                        <TD STYLE="font-family: Arial; font-size: 10px">
                                   <P ALIGN="center">
                                                             <FONT COLOR="#000000">Copyright © 2008-2012 RxUSA.com/RxUSA Inc.<BR>
                                                             &nbsp;<A STYLE="text-decoration: none" TARGET="_blank" HREF="http://insitewebdesign.com">InsitewebDesign.com</A></FONT></TD>
            </TR>
</TABLE>



<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-9222035-5");
pageTracker._trackPageview();
} catch(err) {}</script>
<P ALIGN="center">_ _</P>

 </td></tr><!--msnavigation--></table></BODY>
</HTML>
