
Now You Can Shop Mobile!
Visit Our Directory of Shops
BHO’s SOCIALISM
A Letter to the President
The-EZ-Shopper UPDATE
The-EZ-Shopper Directory
This Space is Available.
For Advertising Call Dwight 260-578-0716
What's Inside?
1 Shopping
Browse our Shopping Directory of loyal sponsors and their shops.
2 Crack a Smile!
"Top 10" funny stories & jokes.
3 The Hullinger Report
Browse Doyle's portfolio of Slanted Commentary, Veiws, and Bogus News.
4 Articles
Thought provoking short stories.
5 Local Events
What's going on? Tell us about your upcoming event.
Advertise | About Us | Contact Us | Subscribe
$value) {
if ($param == 'client') {
google_append_url($google_ad_url, $param,
'ca-mb-' . $GLOBALS['google'][$param]);
} else if (strpos($param, 'color_') === 0) {
google_append_color($google_ad_url, $param);
} else if (strpos($param, 'url') === 0) {
$google_scheme = ($GLOBALS['google']['https'] == 'on')
? 'https://' : 'http://';
google_append_url($google_ad_url, $param,
$google_scheme . $GLOBALS['google'][$param]);
} else {
google_append_globals($google_ad_url, $param);
}
}
return $google_ad_url;
}
$google_ad_handle = @fopen(google_get_ad_url(), 'r');
if ($google_ad_handle) {
while (!feof($google_ad_handle)) {
echo fread($google_ad_handle, 8192);
}
fclose($google_ad_handle);
}
?>