include('annabanana/connect.php');
include('whatado.php');
$title="The Great Plains - Saskia & Darrel - Canadian Singer-Songwriter";
$description="To our friends, our fans and music lovers from everywhere;
this is Saskia & Darrel's new website,
with a new band name, and a new attitude about our music,
who we are, and what we do.";
$keywords="The Great Plains saskia darrel Canadian Singer-Songwriters with Roots, Americana, Country, Bluegrass, Folk and Celtic Flavors.";
$extrameta="";
$javascript="";
$buynow="yes";
$recent_news="yes";
$featured="no";
$followus="no";
include('header.php');
echo"
To our friends, our fans and music lovers from everywhere;
this is Saskia & Darrel's new website,
with a new band name, and a new attitude about our music,
who we are, and what we do.
We have made so many friends and fans over the last ten years, sweet people who loyally buy our latest cd's, who follow us online, and pay money to come to our shows, that we feel a huge responsibility to them.
And indeed; without you believing in us, we wouldn't be playing music at all.
So our new outlook on our music is this; we are simply going to write, record, and perform the very best music we possibly can, for you; the people whom we love and like and to whom we are responsible.
"The Great Plains" is merely a name; something to appease the trending styles dictated by the music industry, festival producers, and venue hosts.
We're still the same old Saskia & Darrel.
We wish for everyone a great new year and if our music touches your heart and soul in some way; then we are doing our job!
Thank you for sharing some time with us.
Gratefully yours, Saskia and Darrel.
Holy Ground
Hello to our fans who have been following and supporting our musical trail these past 16 years.
Our newest CD Holy Ground is here. This album was made for you (our fans) by request.
Holy Ground is a hodge-podge of different material; songs chosen from our ten of previous records, some old-time classic cover tunes plus a few new exciting numbers we have been working on for the last while.
Something old, something new, some songs borrowed and some blues.
All of these have been picked for the same theme; a spiritual background and a grateful devotion to a Higher Power that guards the path of crazy musicians who spend their lives out on the highways and byways of life.
With all the trials and tribulations out there on the road,
any place that offers you sanctuary and shelter from the storms is indeed Holy Ground.
";
$thisyear=date('y');
$nextyear=date('y')+1;
$mysql_year=date('Y');
$mysql_day=date('d');
$mysql_month=date('m');
$mysql_date=strtotime("$mysql_year-$mysql_month-$mysql_day");
$counter = 0;
$cells_per_row = 2;
$result = mysql_query("SELECT * FROM thegreatplains_tours WHERE datestring>='$mysql_date' ORDER BY date LIMIT 4")or die(mysql_error());
while($row = mysql_fetch_array($result)){
$day=$row['day'];
$month=textmonth($row['month']);
$datestring=$row['datestring'];
$year=$row['year'];
$time=$row['time'];
$place=$row['place'];
$data_address=$row['address'];
$text=$row['text'];
$singers=$row['singers'];
$contact=$row['contact'];
$counter++;
if(($counter % $cells_per_row) == 1) { echo ''; }
if (!$singers=="") { $featuring="Also appearing: $singers
"; } else { $featuring=""; }
if ($place=="") { $place="TBA"; }
if ($time=="") { $time="TBA"; }
if ($data_address=="") { $data_address="TBA"; }
echo"
$month $day $year
Playing At:$place
$featuring
More Information
|
";
}
echo"
";
include('footer.php');
?>