Two dollars.
Cash.
Click HERE to register.


 Forgot your info?
Remember me

Don't mess
with the bull.
JOIN!!!
5 COMMENTS
RETRORATING: 7
FAVORITED 1 TIMES

TV Theme Songs I Loved, But Never Cared For The Show

 I think we all have TV theme songs we were pulled in by for shows we never really cared for, or maybe it's just me and I am a weirdo.  Either way, here is my list:

5. Daria



  I was never a big fan of the show. I watched the first show because it was a spin-off of Beavis and Butthead and a few more because my sisters loved the show and we only had 2 TVs in the house. But I always loved the theme song and it still gets stuck in my head whenever I hear it. It fits the mood of the show well and it's just a great theme song.

4. ER



 ER never really captured my interest as a kid, but my mom watched it a good deal and it would come on before WCW Nitro on Monday night, and the theme was awesome. It really does a good job of representing the suspense of the show and putting you in the right mood for it. I really enjoyed this theme.

3. Baywatch



I would always watch the intro for Baywatch, even though I have only seen a select group of episodes because it was never really on my must watch list. I owe this one to my sister as well, as she watched this show every time it came on. I did watch the episode that had Hogan vs Vader, and I think Savage vs Flair on it. I am not sure, but I think they had a Gilligan's Island theme in one episode as well.


2. Silk Stalkings



 I would always hear this theme as it would come on after Monday Night Raw. I would be getting ready for bed and hear the suspenseful music that was typical of a cop drama, but what set this theme apart from the rest was the howl, gun, and the scream. It does a good job of making you want to watch the show. I just usually had school to get up for in the morning though, and didn't get to watch it because of that. I am currently watching this show now on YouTube, and it's pretty good. But the intro is the highlight.

1. Beverly Hills, 90210



 I hated this show and would always give my sister a hard time for watching this, but for some reason I always enjoyed the theme song. Whenever I would hear it as a kid I would run into the room and get hyped up, dancing all over the place. Then when the show started I would fight for the remote with everything I had or I would run out of the room immediately. I still can't explain it, but I like this theme song. This was the main reason I made this article.

Well that's my list. I know this article is short but I hope you enjoyed it.
Digg Share
Looking for more from comic_book_fan?
READ 172528 TIMES
Close

Poshy2005 Posted on Oct 05, 2015 at 03:49 AM

I'm right there with you about tv intos. It always bugs me that I like the into but not show.

massreality Posted on Sep 22, 2015 at 07:56 PM

I loved the Silk Stockings theme song, and totally forgot how rockin ER's was!

Vaporman87 Posted on Sep 22, 2015 at 06:00 PM

Whatever the cause for creating it, I have a feeling it will strike a cord with others who are "in the closet" on their appreciation for intro music of shows they dislike. :)

comic_book_fan Posted on Sep 22, 2015 at 05:47 PM

this article was a form of therapy i had to make it but almost wished i hadn't when i did

Vaporman87 Posted on Sep 22, 2015 at 04:14 PM

It's brave of you to admit to liking the songs for these terrible, terrible shows. LOL.

I'm sure there are several shows that I enjoyed the theme song for but didn't actually care to watch the show, but I don't know of any that I actually despised the show (as I do 90210) and yet still enjoyed the theme song. Something about my hatred of a show blinds me to any redeeming qualities of said show.

Wrestling in 1993

1993 has long been shunned by pro wrestling fans as a “down” year. While it’s true that attendance and ratings were down that year, and a lot of...

Some of My Favorite Saturday Morning Cartoons

For this article, I’m running down for you a few of my favorite Saturday morning cartoons from the ’80s. I put a couple of stipulations on myself ...

Old Junk Food I Missed Out On

I’ve spent a lot of time and web space talking about all of the old junk foods that I loved through the years, but rarely do I ever stop to talk abo...

Highlights From a 1989 Kay Bee Toys Sale Paper

I love sifting through old catalogs and sale papers from the ’80s and early ’90s. They’re filled with so much nostalgia with so many toys I had,...

Old McDonald's Tray Liners

    For this article, I’m doing something a little different. I’m highlighting a few old tray liners from McDonalds. You know what...

CDbException

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'rj_classics' at row 1. The SQL statement executed was: UPDATE `articles` SET `id`=:yp0, `posted_by`=:yp1, `title`=:yp2, `content`=:yp3, `icon`=:yp4, `column`=:yp5, `type`=:yp6, `featured`=:yp7, `contest_winner`=:yp8, `official`=:yp9, `smurf`=:yp10, `posted_on`=:yp11, `status`=:yp12, `category`=:yp13, `action_on`=:yp14, `edited`=:yp15, `reads`=:yp16, `retro_rating`=:yp17, `favorited`=:yp18, `theme`=:yp19, `colorcode`=:yp20, `show_in_header`=:yp21, `approved_on`=:yp22, `rj_classics`=:yp23, `reviews`=:yp24, `review`=:yp25 WHERE `articles`.`id`=715

/home/ghostofvapor/public_html/yii/framework/db/CDbCommand.php(354)

342             return $n;
343         }
344         catch(Exception $e)
345         {
346             if($this->_connection->enableProfiling)
347                 Yii::endProfile('system.db.CDbCommand.execute('.$this->getText().$par.')','system.db.CDbCommand.execute');
348             $errorInfo = $e instanceof PDOException ? $e->errorInfo : null;
349             $message = $e->getMessage();
350             Yii::log(Yii::t('yii','CDbCommand::execute() failed: {error}. The SQL statement executed was: {sql}.',
351                 array('{error}'=>$message, '{sql}'=>$this->getText().$par)),CLogger::LEVEL_ERROR,'system.db.CDbCommand');
352             if(YII_DEBUG)
353                 $message .= '. The SQL statement executed was: '.$this->getText().$par;
354             throw new CDbException(Yii::t('yii','CDbCommand failed to execute the SQL statement: {error}',
355                 array('{error}'=>$message)),(int)$e->getCode(),$errorInfo);
356         }
357     }
358 
359     /**
360      * Executes the SQL statement and returns query result.
361      * This method is for executing an SQL query that returns result set.
362      * @param array $params input parameters (name=>value) for the SQL execution. This is an alternative
363      * to {@link bindParam} and {@link bindValue}. If you have multiple input parameters, passing
364      * them in this way can improve the performance. Note that if you pass parameters in this way,
365      * you cannot bind parameters or values using {@link bindParam} or {@link bindValue}, and vice versa.
366      * binding methods and  the input parameters this way can improve the performance.

Stack Trace

#2
+
 /home/ghostofvapor/public_html/protected/controllers/SiteController.php(1261): CActiveRecord->update()
1256                 $ifFavorited = $ifAction = 0;
1257             }
1258 
1259             $this->render('article', array('model' => $model, 'article' => $article, 'postedBy' => $postedBy, 'comments' => $comments, 'commentCount' => $commentCount, 'ifFavorited' => $ifFavorited, 'ifAction' => $ifAction, 'allArticles' => $allArticles, 'pages' => $pages));
1260             $article->reads += 1;
1261             $article->update();
1262         } else {
1263             $this->redirect(Yii::app()->createUrl('site/error', array('code' => 404, 'message' => 'This page was not found.')));
1264             exit();
1265         }
1266     }
#15
+
 /home/ghostofvapor/public_html/index.php(16): CApplication->run()
11 defined('YII_DEBUG') or define('YII_DEBUG',true);
12 // specify how many levels of call stack should be shown in each log message
13 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
14 
15 require_once($yii);
16 Yii::createWebApplication($config)->run();
2026-04-05 17:00:47 Apache Yii Framework/1.1.11