A
Winner
is you!
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.

My All Time Favorite Nick Shows

Because the Splat was recently launched and Nick played such a huge part of my childhood, in this article I will be discussing my all time favorite Ni...

A Few Retro Facts About Alice Cooper You May Have Never Knew

 In this article I am going to list a few facts about the Godfather Of Shock Rock, Alice Cooper that you may or may have never known. Here we go:...

Heavy Metal-Sploitation Part 3

 I know it has been a little while since I have done one of these and I thought that needed to change. For this article's movie we are covering R...

Top 10 Madonna Songs from the 80s and 90s

Madonna without a doubt is one of the most known faces from the 80s that still is in the music game today.  With 4 decades of music under h...

Gwen Costume 2000

I guess this story starts way back in April 2000 when No Doubt released their fourth album (not their sophomore one like some people say). There was...

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(1262): CActiveRecord->update()
1257                 $ifFavorited = $ifAction = 0;
1258             }
1259 
1260             $this->render('article', array('model' => $model, 'article' => $article, 'postedBy' => $postedBy, 'comments' => $comments, 'commentCount' => $commentCount, 'ifFavorited' => $ifFavorited, 'ifAction' => $ifAction, 'allArticles' => $allArticles, 'pages' => $pages));
1261             $article->reads += 1;
1262             $article->update();
1263         } else {
1264             $this->redirect(Yii::app()->createUrl('site/error', array('code' => 404, 'message' => 'This page was not found.')));
1265             exit();
1266         }
1267     }
#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-06-06 02:41:25 Apache Yii Framework/1.1.11