//-----------------------------------
// Ad PayPal Shopping Cart Item Codes Script 
// File name: ad_cart_en.js
// OWNER: pmato@excite.com
// AUTHOR: Miraculous Fotos Milagrosas
// Copyright: ©2000-2004 Miraculous Fotos Milagrosas
// Permission given to use this script on your page.  
// A link to our Homepage would be appreciated in return.
// http://miraculousphotos.com/
// $Revision: 1 $
// $Date: 03/06/2004 01:02p $
// Free for all users, but leave in this header.
//---------------------------------------------------

//alert('js');
getCookieVal ();
if(GetCookie('PPSUP_D_en') == null || GetCookie('PPSUP_D_en') == "") {

var fname = "";
var lname = "";
var add_1 = "";
var add_2 = "";
var city = "";
var state = "";
var zip = "";
var ntel_a = "";
var ntel_b = "";
var ntel_c = "";
var dtel_a = "";
var dtel_b = "";
var dtel_c = "";
                        var confmsg1 = " We will be asking you a series of questions to improve your experience by pre-populating the PayPal payment pages abd fill out your order form for you. All you then have to do is verify and correct all the information and send the oayment and order to me. Make sure all boxes on the form are empty and then Mouse over each box to fill it in automatically. Once recieved we will process your order. So please answer all the questions. Also you have to accept our cookie, we write to the cookie to store your information. so try not to delete the cookie, so that all the data will be in the right place. If you have more than one order to place, just press the reset button on the form to clear the cookie.\n\nand thanks for your order.";
                        alert(confmsg1); 

                        if (fname == "" || fname == "null")  {
                        fname = prompt("Please enter your FIRST NAME, only your first name please, like, John;", "John");

                        }
                        if (lname == "" || lname == "null")  {
                        lname = prompt("Please enter your LAST NAME, only your last or your sur name please, like, Doe;", "Doe"); 
                         
                        }
                        if (add_1 == "" || add_1 == "null")  {
                        add_1 = prompt("Please enter your ADDRESS, only your street name and number please, like, 9 Elm Street;", "9 Elm Street");

                        }
                        if (add_2 == "" || add_2 == "null")  {
                        add_2 = prompt("Please enter your ADDRESS, only your Apt 5 or your P.O. box please, like, Apt 5;", "Apt 5"); 
                         
                        }
                        if (city == "" || city == "null")  {
                        city = prompt("Please enter your City, like Paris or Falls Church or Moscow:", "Paris"); 
                    
                        }
                        if (state == "" || state == "null")  {
                        state = prompt("Please enter your State or Province like Virginia enter:", "VA"); 
                    
                        }
                        if (zip == "" || zip == "null")  {
                        zip = prompt("Please enter your Postal Zip Code, like 00000:", "00000"); 
                    
                        }
                        if (ntel_a == "" || ntel_a == "null")  {
                        ntel_a = prompt("Please enter your Night Phone Area Code, 3 digirs only, like 908:", "908"); 
                    
                        }
                        if (ntel_b == "" || ntel_b == "null")  {
                        ntel_b = prompt("Please enter your Night Phone Prefix Code, 3 digirs only, like 223:", "223"); 
                    
                        }
                        if (ntel_c == "" || ntel_c == "null")  {
                        ntel_c = prompt("Please enter your Night Phone Last 4 Numbers, 4 digirs only, like 1234:", "1234"); 
                    
                        }
                        if (dtel_a == "" || dtel_a == "null")  {
                        dtel_a = prompt("Please enter your Day Phone Area Code, 3 digirs only, like 908:", "908"); 
                    
                        }
                        if (dtel_b == "" || dtel_b == "null")  {
                        dtel_b = prompt("Please enter your Day Phone Prefix Code, 3 digirs only, like 223:", "223"); 
                    
                        }
                        if (dtel_c == "" || dtel_c == "null")  {
                        dtel_c = prompt("Please enter your Day Phone Last 4 Numbers, 4 digirs only, like 1234:", "1234"); 
                    
                        }

var Pdata=("first_name=" +fname+ "&last_name=" +lname+ "&address1=" +add_1+ "&address2=" +add_2+ "&city=" +city+ "&state=" +state+ "&zip=" +zip+ "&night_phone_a=" +ntel_a+ "&night_phone_b=" +ntel_b+ "&night_phone_c=" +ntel_c+ "&day_phone_a=" +dtel_a+ "&day_phone_b=" +dtel_b+ "&day_phone_c=" +dtel_c+ "&");

DeleteCookie ();
cookieCreater ();
}
var Pdata=GetCookie('PPSUP_D_en');

function sel_0()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_cart&business=Franchesca%40claussanta.com&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&display=1');
}
function sel_1()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=HomePageAd_88x31_Monthly&item_number=1001&amount=8.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_2()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageOneAd_88x31_Monthly&item_number=1002&amount=7.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_3()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageTwoAd_88x31_Monthly&item_number=1003&amount=6.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_4()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageThreeAd_88x31_Monthly&item_number=1004&amount=5.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_5()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=RelinksPageAd_88x31_Monthly&item_number=1005&amount=5.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_6()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=MsgPageAd_88x31_Monthly&item_number=1006&amount=5.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_7()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=25SecPagesAd_88x31_Monthly&item_number=1007&amount=30.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_8()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=6PriPagesAd_88x31_Monthly&item_number=1008&amount=32.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_9()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=AllPagesAd_88x31_Monthly&item_number=1009&amount=60.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}

function sel_11()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=HomePageAd_88x40_Monthly&item_number=1011&amount=8.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_12()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageOneAd_88x40_Monthly&item_number=1012&amount=7.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_13()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageTwoAd_88x40_Monthly&item_number=1013&amount=6.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_14()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageThreeAd_88x40_Monthly&item_number=1014&amount=5.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_15()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=RelinksPageAd_88x40_Monthly&item_number=1015&amount=5.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_16()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=MsgPageAd_88x40_Monthly&item_number=1016&amount=5.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_17()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=25SecPagesAd_88x40_Monthly&item_number=1017&amount=32.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_18()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=6PriPagesAd_88x40_Monthly&item_number=1018&amount=33.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_19()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=AllPagesAd_88x40_Monthly&item_number=1019&amount=63.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}

function sel_21()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=HomePageAd_88x60_Monthly&item_number=1021&amount=9.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_22()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageOneAd_88x60_Monthly&item_number=1022&amount=7.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_23()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageTwoAd_88x60_Monthly&item_number=1023&amount=6.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_24()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageThreeAd_88x60_Monthly&item_number=1024&amount=5.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_25()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=RelinksPageAd_88x60_Monthly&item_number=1025&amount=5.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_26()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=MsgPageAd_88x60_Monthly&item_number=1026&amount=5.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_27()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=25SecPagesAd_88x60_Monthly&item_number=1027&amount=34.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_28()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=6PriPagesAd_88x60_Monthly&item_number=1028&amount=35.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_29()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=AllPagesAd_88x60_Monthly&item_number=1029&amount=67.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}

function sel_31()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=HomePageAd_150x31_Monthly&item_number=1031&amount=9.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_32()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageOneAd_150x31_Monthly&item_number=1032&amount=8.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_33()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageTwoAd_150x31_Monthly&item_number=1033&amount=6.75&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_34()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageThreeAd_150x31_Monthly&item_number=1034&amount=5.75&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_35()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=RelinksPageAd_150x31_Monthly&item_number=1035&amount=5.75&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_36()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=MsgPageAd_150x31_Monthly&item_number=1036&amount=5.75&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_37()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=25SecPagesAd_150x31_Monthly&item_number=1037&amount=36.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_38()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=6PriPagesAd_150x31_Monthly&item_number=1038&amount=36.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_39()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=AllPagesAd_150x31_Monthly&item_number=1039&amount=70.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}

function sel_41()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=HomePageAd_150x40_Monthly&item_number=1041&amount=10.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_42()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageOneAd_150x40_Monthly&item_number=1042&amount=8.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_43()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageTwoAd_150x40_Monthly&item_number=1043&amount=7.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_44()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageThreeAd_150x40_Monthly&item_number=1044&amount=6.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_45()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=RelinksPageAd_150x40_Monthly&item_number=1045&amount=6.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_46()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=MsgPageAd_150x40_Monthly&item_number=1046&amount=6.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_47()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=25SecPagesAd_150x40_Monthly&item_number=1047&amount=38.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_48()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=6PriPagesAd_150x40_Monthly&item_number=1048&amount=38.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_49()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=AllPagesAd_150x40_Monthly&item_number=1049&amount=74.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}

function sel_51()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=HomePageAd_150x60_Monthly&item_number=1051&amount=10.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_52()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageOneAd_150x60_Monthly&item_number=1052&amount=8.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_53()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageTwoAd_150x60_Monthly&item_number=1053&amount=7.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_54()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageThreeAd_150x60_Monthly&item_number=1054&amount=6.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_55()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=RelinksPageAd_150x60_Monthly&item_number=1055&amount=6.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_56()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=MsgPageAd_150x60_Monthly&item_number=1056&amount=6.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_57()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=25SecPagesAd_150x60_Monthly&item_number=1057&amount=40.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_58()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=6PriPagesAd_150x60_Monthly&item_number=1058&amount=40.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_59()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=AllPagesAd_150x60_Monthly&item_number=1059&amount=78.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}

function sel_61()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=HomePageAd_350x31_Monthly&item_number=1061&amount=11.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_62()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageOneAd_350x31_Monthly&item_number=1062&amount=9.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_63()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageTwoAd_350x31_Monthly&item_number=1063&amount=7.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_64()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageThreeAd_350x31_Monthly&item_number=1064&amount=6.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_65()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=RelinksPageAd_350x31_Monthly&item_number=1065&amount=6.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_66()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=MsgPageAd_350x31_Monthly&item_number=1066&amount=6.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_67()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=25SecPagesAd_350x31_Monthly&item_number=1067&amount=42.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_68()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=6PriPagesAd_350x31_Monthly&item_number=1068&amount=42.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_69()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=AllPagesAd_350x31_Monthly&item_number=1069&amount=81.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}

function sel_71()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=HomePageAd_350x40_Monthly&item_number=1071&amount=11.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_72()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageOneAd_350x40_Monthly&item_number=1072&amount=9.25&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_73()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageTwoAd_350x40_Monthly&item_number=1073&amount=7.75&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_74()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageThreeAd_350x40_Monthly&item_number=1074&amount=6.75&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_75()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=RelinksPageAd_350x40_Monthly&item_number=1075&amount=6.75&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_76()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=MsgPageAd_350x40_Monthly&item_number=1076&amount=6.75&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_77()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=25SecPagesAd_350x40_Monthly&item_number=1077&amount=44.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_78()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=6PriPagesAd_350x40_Monthly&item_number=1078&amount=45.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_79()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=AllPagesAd_350x40_Monthly&item_number=1079&amount=86.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}

function sel_81()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=HomePageAd_350x60_Monthly&item_number=1081&amount=12.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_82()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageOneAd_350x60_Monthly&item_number=1082&amount=9.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_83()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageTwoAd_350x60_Monthly&item_number=1083&amount=8.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_84()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageThreeAd_350x60_Monthly&item_number=1084&amount=7.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_85()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=RelinksPageAd_350x60_Monthly&item_number=1085&amount=7.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_86()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=MsgPageAd_350x60_Monthly&item_number=1086&amount=7.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_87()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=25SecPagesAd_350x60_Monthly&item_number=1087&amount=46.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_88()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=6PriPagesAd_350x60_Monthly&item_number=1088&amount=47.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_89()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=AllPagesAd_350x60_Monthly&item_number=1089&amount=89.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}

function sel_91()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=HomePageAd_450x100_Monthly&item_number=1091&amount=18.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_92()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageOneAd_450x100_Monthly&item_number=1092&amount=15.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_93()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageTwoAd_450x100_Monthly&item_number=1093&amount=13.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_94()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=PageThreeAd_450x100_Monthly&item_number=1094&amount=12.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_95()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=RelinksPageAd_450x100_Monthly&item_number=1095&amount=12.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_96()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=MsgPageAd_450x100_Monthly&item_number=1096&amount=12.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_97()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=25SecPagesAd_450x100_Monthly&item_number=1097&amount=48.50&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_98()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=6PriPagesAd_450x100_Monthly&item_number=1098&amount=77.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_99()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_ext-enter&redirect_cmd=_xclick&business=Franchesca%40claussanta.com&item_name=AllPagesAd_450x100_Monthly&item_number=1099&amount=117.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function sel_100()
{
paypalWin = window.open('https://www.paypal.com/cgi-bin/webscr? cmd=_cart&business=Franchesca%40claussanta.com&item_name=Translation Fee for 10 Spanish Words&item_number=1100&amount=10.00&no_note=1&currency_code=USD&no_shipping=1&cancel_return=http://www.claussanta.com/advertise/advertise_en.htm&rm=2&return=http://www.claussanta.com/advertise/ad_form_en.htm&' +Pdata+ 'page_style=mfm&custom=1&notify_url=http://www.claussanta.com/advertise/ad_form_en.htm&add=1');
}
function getCookieVal (offset) {

var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1)
endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
function GetCookie (name)  {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen)  {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break; 
}
return null;
}
function SetCookie (name, value)  {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +
((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
((path == null) ? "" : ("; path=" + path)) +
((domain == null) ? "" : ("; domain=" + domain)) +
((secure == true) ? "; secure" : "");
}

function DeleteCookie () { 
var exp = new Date();
exp.setTime (exp.getTime() - 1000000000);  // This cookie is history
var cval = GetCookie ('PPSUP_D_en');
document.cookie ='PPSUP_D_en' + "=" + cval + "; expires=" + exp.toGMTString();    
}

function cookieCreater () {
if(GetCookie('PPSUP_D_en') == null) {
var PPSUP_Ddata_en = Pdata;
if (PPSUP_Ddata_en != null && PPSUP_Ddata_en != "") {
var expdate = new Date (); 
expdate.setTime(expdate.getTime() + (24 * 60 * 60 * 1000 * 365)); 
SetCookie('PPSUP_D_en', PPSUP_Ddata_en, expdate);


   }
}
else {
DeleteCookie ();
cookieCreater ();
}
}
