|
Pop Culture
Madness Entertaiment News
|
|
| Ashley
Tisdale's Holiday Mishap
This YouTube video
has been circulating the Internet showcasing Ashley
Tisdale's lipsynching abilities. Uh Oh! (Story)
|
|
|
MTV's The Hills: Scripted
or Fake?
Check out actor James
Franco (Spiderman) and actress Mila Kunis (That 70's
Show) in a spoof video of The Hills. (Story)
|
| November
2007 News |
| October
2007 News |
|
► Linda Hogan surprises
Hulk Hogan with divorce papers, the sad story here.
► The Curtains Go Up! Broadway is Back - An
agreement was reached to end the 15 day strike that kept
all the stages on Broadway quiet. Just in time for the holidays!
Get your tickets and enjoy a show this season with your
loved ones! Click
here for the full story.
►
Jennifer Love Hewitt, star of the CBS drama, "Ghost
Whisperer," got engaged this past week and plans to
wed early next year.
► Alanis
Morissette's first video blog.
|
|
Our Friends
and the Small Print
|
| Check
out the new Live page
to see when your favorite artists are coming to a stage near
you! |
| For
more on today's hottest pop
culture news, check out AskMen.com. |
| Looking
for paradise? You may want to check out our private
family/golfing/holdiay resort in the Dominican Republic! |
| DHEA
and 7-Keto DHEA - DHEA is an essential element in the
human body to help balance body functions & prevent anti-aging.
|
| European
inspired designs at very affordable prices at Felina |
| Shapewear
- Get the shape you want right now! |
| Ashley
spoke to Dr.
Helen Fisher about how Chemistry.com is different from
other online matchmaking services. |
| Mobile
Phone Shop - UK mobile phone shop offering the latest
mobile phone handsets on great value contracts with a huge
choice of free gifts |
| Mobile
Phone Contract - UK mobile phone retailer specialising
in providing free mobile phones on great value contracts on
major UK networks |
| College
Students, in the Northern Delaware area, or willing to work
from any other campus, check out our
Internship Program! |
| Ticket
Solutions provides Concert, Sports and Theatre tickets
online with a 200% guarantee! |
| Attorney
Joe Hurley is Delaware's
leading criminal defense lawyer. |
| Baby Boomer Social Networking - Meet other Baby Boomers online and discuss everything from World Politics to Dating. |
| If
you broke it, lost it, need it cheap or just can't find it
anywhere else, find it at eBay! |
| zZounds!
Looking for an acoustic
guitar? |
|
Pop Culture Madness is your one-stop information location
for Popular Culture, Popular Music, Trivia, Jokes and a
bunch of other stuff! We update our Pop Culture News daily
and our Pop Music section has hundreds of pages featuring
the best and worst songs of all time. Our aim is to maintain
a family friendly "PG" site. We have no swearing
and no gory stuff, although some humor may need a creative
explanation for younger visitors.
Pop Culture Madness is your complete trivia resource. Click
on our Home page for oddball trivia
or our Trivia section for
our ever-expanding organized trivia categories.
Our motto: "All The Pop Culture News That Fits, We
Print!" We are adding more information daily. Well,
semi-regularly. If you don't see a link for what you're
looking for, then it's your responsibility to write something
up, and send it in. WE NEED WRITERS!!!
pop, as in 'popular': (adjective) Pertaining to the common
people, or the people as a whole as distinguished from any
particular class.
Having characteristics attributed to the common people and
intended for or suited to ordinary people.
culture: (noun) That which is excellent in the arts.
A particular stage of civilization. The behaviors and beliefs
characteristic of a particular social, ethnic, or age group.
madness: (noun) The state of being mad. insanity, senseless
folly, intense excitement or enthusiasm.
By the way, PCM does NOT allow Pop up ads,
Pop under ads, or sneaky spyware. Nor do we link to sites
that have excessive Pop-ups, spyware or inappropriate (all
ages) material. If you find one, please let us know and
they are toast!
Also, since we don't "sell out" to those Pop-up
advertisers, and we're too proud (so far) to ask for donations,
we'd like to proudly point out some of our carefully chosen
advertisers throughout the site. They have some cool stuff
that should be sitting in your room, or wrapped like a present
for a friend.
Please check 'em out!
|
|
\n";
for ($i = 0; $i < count($arr_xml['URL']); $i++) {
if( isset($arr_xml['PostID'][$i]) && $arr_xml['PostID'][$i] > 0 ) continue;
echo " ".$arr_xml['BeforeText'][$i]." ".$arr_xml['Text'][$i]." ".$arr_xml['AfterText'][$i]."\n";
}
echo "";
}
}
function tla_updateLocalXML($url, $file, $time_out)
{
if($handle = fopen($file, "a")){
fwrite($handle, "\n");
fclose($handle);
}
if($xml = file_get_contents_tla($url, $time_out)) {
$xml = substr($xml, strpos($xml,''));
if ($handle = fopen($file, "w")) {
fwrite($handle, $xml);
fclose($handle);
}
}
}
function tla_getLocalXML($file)
{
$contents = "";
if($handle = fopen($file, "r")){
$contents = fread($handle, filesize($file)+1);
fclose($handle);
}
return $contents;
}
function file_get_contents_tla($url, $time_out)
{
$result = "";
$url = parse_url($url);
if ($handle = @fsockopen ($url["host"], 80)) {
if(function_exists("socket_set_timeout")) {
socket_set_timeout($handle,$time_out,0);
} else if(function_exists("stream_set_timeout")) {
stream_set_timeout($handle,$time_out,0);
}
fwrite ($handle, "GET $url[path]?$url[query] HTTP/1.0\r\nHost: $url[host]\r\nConnection: Close\r\n\r\n");
while (!feof($handle)) {
$result .= @fread($handle, 40960);
}
fclose($handle);
}
return $result;
}
function tla_decodeXML($xmlstg)
{
if( !function_exists('html_entity_decode') ){
function html_entity_decode($string)
{
// replace numeric entities
$string = preg_replace('~([0-9a-f]+);~ei', 'chr(hexdec("\1"))', $string);
$string = preg_replace('~([0-9]+);~e', 'chr(\1)', $string);
// replace literal entities
$trans_tbl = get_html_translation_table(HTML_ENTITIES);
$trans_tbl = array_flip($trans_tbl);
return strtr($string, $trans_tbl);
}
}
$out = "";
$retarr = "";
preg_match_all ("/<(.*?)>(.*?)", $xmlstg, $out, PREG_SET_ORDER);
$search_ar = array('<', '>', '"');
$replace_ar = array('<', '>', '"');
$n = 0;
while (isset($out[$n]))
{
$retarr[$out[$n][1]][] = str_replace($search_ar, $replace_ar,html_entity_decode(strip_tags($out[$n][0])));
$n++;
}
return $retarr;
}
tla_ads();
?>
PCM Contests:
► Enter PCM's contest in
support of rockers Tokio Hotel to win some
exciting prizes.
►Get dazzled
by the sounds of C Note, five lucky winner will each
win a copy of C Note's new CD
Click
Here For ALL Active
Pop Culture Madness Contests!
|
This Week's Celebrity
Pop Culture Quote:
"I regret sinking down to that
level of discourse. But Paris is a terrible role model and
a terrible young woman. She needs to be ignored. I work
with people who have 12-, 13-, 14-year-old girls who are
fascinated by her. They look up to her, and that's not great."
- Tina Fey on the Howard Stern
Show
|
|