
aff_id = "27";	//your affiliate ID
wid = "23";		// the website ID
website_name = "globalaccessrx.net";  //your website name.
website_slogan = "My Global Access Rx Pharmacy";  //your company slogan.
company_name = "Global Access Rx";  //your company name. Will show on about us page

//add the your lowest prices for the following brands
phentermine_price = "230.00"; //lowest price for Phentermine
didrex_price = "340.00"; //lowest price for Didrex
adipex_price = "345.00";	//lowest price for Adipex
bontril_price ="369.00";	//lowest price for Bontril

//--------------------------------------------------------------------------------

price_url = "http://www.referralsrx.com/prices/";
document.write("<script type='text/javascript' src='"+price_url+aff_id+"_"+wid+".js'> <\/script>");

order_url = "https://www.doctoraccessrx.com/";

function showprice(id_drug){
	document.write( price_array[id_drug]+" ");

}