//
// System: velvetrevolution
// File: index.php
// Function: Main entry file
//
// ini_set ("display_errors", "1");
include_once "globalvar.php"; // This handles many security things,
// like removing hacking items.
include_once "conf.php"; // Main config file, here are all system unique
// settings stored.
include_once "db.php"; // Handles opening of database (MySQL)
include_once "loadsettings.php";
// $Debug = true;
// $Debug2 = true;
// Register server variables. Mainly $PHP_SELF
pt_register('SERVER', 'PHP_SELF');
$HostName = $_SERVER["SERVER_NAME"];
include_once "header.php"; // Common header file
include_once "leftbar.php"; // Common Left Bar file
// Below is the functions to display the various sub items.
?>
Donate to
VELVET REVOLUTION... |
Velvet Revolution is a grassroots citizens' movement and therefore we will be
responsible to you for the money you send us for use in VR campaigns and operations.
We pledge to spend the money wisely, and to support specific actions and initiatives
by groups and other citizens who are organizing actions which VR supports.
You can now make a donation to VR in four different ways:
- Online through our NETWORK FOR GOOD fiscal sponsor for c3 activities,
- online through our secure credit card processor for non c3 activities,
- online through PayPal, and
- by U.S. Mail.
- We are now a member in good standing with NETWORK FOR GOOD, which
means that your donations are tax deductible and protected by the terrific
NFG reputation—recognized as the leader in online giving to good causes.
Using the NETWORK FOR GOOD form, you can make a donation in any amount, set up a
recurring donation, give in memory of, and even give anonymously. Please use the
campaign drop down list to earmark your funds toward a particular campaign or for VR
general support. Although Justice Through Music and Velvet Revolution are separate
non profits, JTM does serve as VR’s fiscal sponsor for 501c3 activities, so we need to
know what you are supporting with your donation. Your tax receipt will say Justice Through
Music. Click this button to make a tax deductible donation.
- If you are not taking a tax deduction or are donating to support a lobbying
campaign, please use our secure credit card processor. Enter the amount you wish to donate
via our secure online credit card server:
|
|
|
|
|
include_once "rightbar.php"; // Common Right Bar file
include_once "footer.php"; // Common footer file.
//
// End of main index file
//
?>