Log in
Username::
Password::
Remember my login on this computer
Create an account
Recent changes
Random page
Wikia
Entertainment
Request a new wiki
Log in
Create an account
«
»
Star Wars
Star Trek
Transformers
Muppet Wiki
Digimon Wiki
Marvel Database
See more...
Muppet Wiki
Log in to edit
History
Category
Discussion
Category:Numbers
From Muppet Wiki
Jump to:
navigation
,
search
Items dealing with numbers, counting and math.
Pages in category "Numbers"
There are 79 pages in this category.
#
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
24
40
1
1, 2, 3 by Elmo
1, 2, 3 Count with Me (book)
1 cont.
123 Count with Me (video)
A
ABC and 123: A Sesame Street Treasury of Words and Numbers
B
Born to Add (song)
Brought to You by the Number 2
C
Climbing Nine Stairs
Cloud Nine
Count All the Way to Sesame Street
The Count Counts
The Count Counts a Party
The Count Counts Scary Things
Count It Higher (song)
The Count Presents Numbers
Count Up to Nine
Count to Ten
Count von Count
The Count's Counting Book
The Count's Number Parade
The Counting Carnival
Counting Is Wonderful
E
Eight Balls of Fur
Elmo's Counting Game
Elmo's Easy As 123
Episode 309: I've Got Your Number
F
Forty Blocks From My Home
Forty Three Bats (In My Car Today)
Four (song)
The Fraggles Counting Book
G
The Great Numbers Game
H
Happiness Begins at 40
I
I Just Adore Four
I've Got Two
J
Jazz Numbers
K
The King of Eight
L
Learning About Numbers
Learning to Add and Subtract
Letters ...and Numbers, Too!
N
Ninety Nine Bats (In My Car Today)
Number Guy
Number Song Series
Number Twelve Rocks
The Number of the Day
Numbers!
O
One and One Make Two
One Last Bat (In My Car Today)
P
Pinball Number Count
Q
The Queen of Six
R
Rap (number segments)
S
The Sesame Street Book of Numbers
Sesame Street Number Segments
Six (My Favorite Number Is)
T
Three (song)
Two Princes
W
We're Talking 'Bout the Number One
Category
:
Themes
Muppet Wiki
The Muppet Show
›
Kermit the Frog
Miss Piggy
Beaker
Statler and Waldorf
The Swedish Chef
Animal
Gonzo
Fozzie Bear
More characters
The Muppet Show episodes
Sesame Street
›
Ernie and Bert
Elmo
Grover
Cookie Monster
Mr. Snuffleupagus
Count von Count
Big Bird
More characters
Sesame Street episodes
Current events
Active talk pages
Upload image
Multiple upload
Special pages
Search
Recent changes
Random page
What links here
Help
Community
16,748 articles on this wiki
Create an account
Already a member?
Log in
Latest Activity
The Muppets Celebrate Jim Henson
by
Angie Y.
, 22 minutes ago
Episode 0012
by
ISNorden
, 1 hour ago
more...
Wikia Spotlight
Languages
English
Related Communities
Entertainment
TV shows, movies, cartoons and comics.
Pixar
Explore the worlds of Pixar Animation Studios
Disney
It all started with a mouse.
Puppets
The art of puppetry.
-1) { if(openIframeIndex > 0) { realWrite(content.substring(0,openIframeIndex)); } inIframe = true; if(closeIframeIndex > -1) { inIframe = false; realAppend(content.substring(openIframeIndex, closeIframeIndex+9)); content = content.substring(closeIframeIndex+9); } else { realAppend(content.substring(openIframeIndex, content.length)); content = ''; } } else if(!inScript && closeIframeIndex > -1) { inIframe = false; realAppend(content.substring(0,closeIframeIndex+9)); content = content.substring(closeIframeIndex+9, content.length); } else if(openIndex > -1) { if(openIndex > 0) { if(inScript) { realWrite(content.substring(0,openIndex)); } else { realAppend(content.substring(0,openIndex)); } } inScript = true; if(closeIndex > -1) { inScript = false; realWrite(content.substring(openIndex, closeIndex+9)); content = content.substring(closeIndex+9); } else { realWrite(content.substring(openIndex, content.length)); content = ''; } } else if(closeIndex > -1) { inScript = false; realWrite(content.substring(0,closeIndex+9)); content = content.substring(closeIndex+9, content.length); } else { if(inScript) { realWrite(content); } else { realAppend(content); } content = ''; } } } function realWrite(s) { if(inIframe) { if(writeLine) { realAppend(s + "\n"); } else { realAppend(s); } return; } //YAHOO.log("write: " + s); if(writeLine) { document.writelnOrg(s); } else { document.writeOrg(s); } } function realAppend(s) { //YAHOO.log("append: " + s); writeBuffer += s; } function enableWikiaWriter() { document.writeOrg = document.write; document.writelnOrg = document.writeln; document.write = writeFake; document.writeln = writelnFake; } function disableWikiaWriter() { document.write = document.writeOrg; document.writeln = document.writelnOrg; } function flushWikiaWriter(spaceId) { document.getElementById('adSpace'+spaceId).innerHTML = writeBuffer; writeBuffer = ''; disableWikiaWriter(); }