Miss USA Rachel Smith Falls Down - Watch more free videos

Daily Links plus... Random, rabid ramblings about radio, recent technology and raising rugrats.
This was posted on O&A Fansites as an Open Letter to Opie and Anthony Pests (aka- their fans)
"XM Radio has announced the suspension of the "Opie & Anthony Show" effective immediately. XM will not broadcast the show for the next 30 days. The suspension follows comments aired on the Opie and Anthony Show last week by Homeless Charlie.
The decision to suspend Opie and Anthony was a response by the management of XM Radio to comments made by Opie & Anthony on yesterday's broadcast which "put into question whether they appreciate the seriousness of the matter." The decision was an effort "to make clear that our on-air talent must take seriously the responsibility that creative freedom requires of them."
The Opie & Anthony Show appears on one of XM's explicit language channels. These channels are noted with an "XL" on the display, and regular warnings as to the explicit language as well as how to block those channels."*EMAIL ADDRESSES
-XM
eric.logan@xmradio.com, jon.zellner@xmradio.com, lee.abrams@xmradio.com, dion.summers@xmradio.com, gary.parsons@xmradio.com, steve.cook@xmradio.com, joseph.euteneuer@xmradio.com, stell.patsiokas@xmradio.com, joseph.titlebaum@xmradio.com, chance.patterson@xmradio.com, carolyn.turner@xmradio.com, dan.turner@xmradio.com, jon.zellner@xmradio.com, kevin.straley@xmradio.com, tony.masiello@xmradio.com, marie.farrar@xmradio.com, david.butler@xmradio.com
*Phone Numbers
Call XMDirectly at: 1-800-XM-RADIO (1-800-967-2346) Or 202-380-4000
Eric Logan
Executive Vice President Programming
202-380-4365
aolaim: Radiorodeoboy
Jon Zellner Senior Vice President/Music Programming
(202) 380-4040 (office)
Here's a quick little code snippet which will convert a job ID into the correct format when you're using the MS faxcomexlib.dll. This is needed because you'll get different formats back from a ConnectedSubmit depending on whether your application is running on Windows XP or Windows 2003 Server. However, the format does not vary when you get status change events.
private string ConvertJobID(string jobID)
{
string hexJobId = string.Empty;
try
{
Int64 i = Convert.ToInt64(jobID);
//Match event handler format:
// hex number; lowercase;
// no leading zeroes;
// no "0x" or other prefix
hexJobId = i.ToString("x");
}
catch // If there's an exception,
// then the Job ID is already correct
{
hexJobId = jobID;
}
return hexJobId;
}
Here's a site with a map showing the most popular name for a carbonated beverage by region of the U.S. Being from the Philadelphia area, I say 'soda', and really I'm surprised how many people use the term 'coke'. I'm guessing that's the popular term in the south because Coca Cola is out of Atlanta.
We all knew this day would come. The Opie and Anthony Show is threatened by people who want to control what should be heard on the radio. Don Imus was fired for making a bad joke about a woman's basketball team, JV & Elvis were suspended indefinitely from FreeFM for satire on Asian accents, and now some special interest groups will say they are offended (in order to gain publicity for their cause) because a homeless person commented on what he would like to do to Condoleezza Rice on The Opie & Anthony Show on XM Satellite Radio.
Preemptively, we should contact Opie and Anthony’s bosses and explain why they should stand with them. People usually only write letters when they are told things are offensive. The silent majority loses when they remain silent. These special interest groups who claim to know what should be heard/seen think everything should be nice and not be made fun of. But offensive humor can be refreshing and is protected by the 1st Amendment.
So to prevent the minority from ruling the majority please write, email and call these people. Remind them it is important that a corporation stands up for the users of their product and not succumb to the demands of people who do not. We have enjoyed The Opie and Anthony show for years, and now they need our help.
----------Email Template/Suggestion:
To Whom It May Concern,
My name is _________________, I am an XM Subscriber and currently have ___ subscriptions under my account. My account number is ____________ .
I am a fan of XM general, Opie and Anthony in specific and more importantly, I am a strong supporter of Freedom of Speech.
I realize you will get grief from protesters and those that want Opie and Anthony removed for your airwaves. Please stay strong and do not give in to these special interest groups.
Remember, most of them are not subscribers, I however am. I pay for your service and support your sponsors. Buy caving in to the demands of the few, you lose the support of those of us who are actually using your service.
While you MAY lose a few sponsors, by bowing down to the demands of these groups, you WILL lose customers.
Sponsors will come back, dissatisfied customers will not.
Thank you for your time.
----------------------------------
*EMAIL ADDRESSES
-XM
eric.logan@xmradio.com, jon.zellner@xmradio.com, lee.abrams@xmradio.com, dion.summers@xmradio.com, gary.parsons@xmradio.com, steve.cook@xmradio.com, joseph.euteneuer@xmradio.com, stell.patsiokas@xmradio.com, joseph.titlebaum@xmradio.com, chance.patterson@xmradio.com, carolyn.turner@xmradio.com, dan.turner@xmradio.com, jon.zellner@xmradio.com, kevin.straley@xmradio.com, tony.masiello@xmradio.com, marie.farrar@xmradio.com, david.butler@xmradio.com
*Phone Numbers
Call XMDirectly at: 1-800-XM-RADIO (1-800-967-2346) Or 202-380-4000
Eric Logan
Executive Vice President Programming
202-380-4365
aolaim: Radiorodeoboy
Jon Zellner Senior Vice President/Music Programming
(202) 380-4040 (office)
I've started posting pictures of the girls on PicasaWeb. There are only a few up there right now, but I'll get all the best ones up there over the next few weeks.
I like the site so far. It's simple and integrates well with their Windows application.
Except where otherwise noted, content on this site is
licensed under a Creative Commons Attribution 3.0 License