strtotime('2019-9-25 00:00:00')) and (time() < strtotime('2019-10-31 00:00:00'))) { echo "
" . PHP_EOL; echo "

Cruisin' with Coast 102Welcome Cruisers!

" . PHP_EOL; echo "

For the 4th year in a row, it is my pleasure to be commissioned by Super Dave, the morning DJ at Coast 102.3, to draw a crazy critter cruisin' in a rad ride! This year an excited gator is catchin' wind in its 1959 convertible Cadillac. If you'd like to commission some awesome art too, click here for more info. Follow me on social media where I post new artwork on Wednesday! Feel free to look around the site and thanks for stopping by, y'all!

" . PHP_EOL; echo "

Supey in the MorningIf you haven't had a chance to get a free t-shirt or sticker with the radio station during the event, missed last year's design or you're looking for some cool Supey in the Morning items, you can find the designs in my stores. Art prints, apparel, mugs, pillows, tote bags and so much more are available with the links below (scroll down once you click to see all products) or in the menu to the left.

"; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "
2019 Cruisin' with Coast 102:Redbubble - TeePublic
2019 Caddy Gator (no text):Redbubble - TeePublic
2018 Cruisin' with Coast 102:Redbubble - TeePublic
2018 Cruisin' Bandit (no text):Redbubble - TeePublic
2017 Cruisin' with Coast 102:Redbubble - TeePublic
2016 Cruisin' with Coast 102:Redbubble - TeePublic
Supey in the Morning:Redbubble - TeePublic
" . PHP_EOL; echo "" . PHP_EOL; echo "

" . PHP_EOL; } //Instgram /* echo "

Newest Artwork!

" . PHP_EOL; $userid = "1150905907"; $accessToken = "1150905907.7209dc4.23a533b5524d4920bd392e5d3843eaba"; $result = file_get_contents("https://api.instagram.com/v1/users/{$userid}/media/recent/?access_token={$accessToken}"); $result = json_decode($result); $igcount = 1; foreach ($result->data as $post) { if ($igcount < 6) { echo ""; $igcount = $igcount + 1; } elseif ($igcount == 6) { break; } } echo "
" . PHP_EOL; */ // What's New if ($row["new"]) { $new_dateMonth = date("F j, Y", strtotime("+1 month", strtotime($row["new_date"]))); if (strtotime($new_dateMonth) > strtotime(date("F j, Y"))){ echo "
". PHP_EOL; echo "

What's New?
Updated: " . $row["new_date"] . "

". PHP_EOL; echo "

" . $row["new"] . "

". PHP_EOL; echo "
". PHP_EOL; } } //Sales if ($rbsale or $tpsale or $s6sale){ echo "

Today's Sale"; if ($saleCount > 1){ echo "s"; } echo "!

" . PHP_EOL . "" . PHP_EOL; if ($rbsale){ echo "Redbubble: " . $rbsale_index . "
"; echo "Click here to go to Redbubble." . PHP_EOL; if ($saleCount > 1 and ($tpsale or $s6sale)){ echo "

" . PHP_EOL; } } if ($tpsale){ echo "TeePublic: " . $tpsale_index . "
"; echo "Click here to go to TeePublic." . PHP_EOL; if ($saleCount > 1 and ($s6sale)){ echo "

" . PHP_EOL; } } if ($s6sale){ echo "Society6: " . $s6sale_index . "
"; echo "Click here to go to Society6." . PHP_EOL; } echo "

Additional details may apply. See store"; if ($saleCount > 1){ echo "s"; } echo " for more information." . PHP_EOL; echo "
"; echo "To see a list of products available in all 3 stores, check out the menu to the left. Apparel, prints, mugs, stickers, and more.
" . PHP_EOL; } // Random Image $randomimage = glob("images/art/*.jpg"); shuffle($randomimage); echo "

The Madness!

" . PHP_EOL; echo "

A random selection of my work. Refresh your browser for a new random selection!

" . PHP_EOL; echo "" . PHP_EOL; echo "
" . PHP_EOL; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "
" . PHP_EOL; echo "
" . PHP_EOL; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "" . PHP_EOL; echo "
" . PHP_EOL; echo "
" . PHP_EOL; echo "" . PHP_EOL; echo "
" . PHP_EOL; ?>