About site: Holidays/Christmas - Holiday Quiz
Return to Society also Society
  About site: http://reference.aol.com/quizzes/holiday_quiz

Title: Holidays/Christmas - Holiday Quiz Test your knowledge of winter holiday traditions and trivia with this interactive quiz.
MiddleAging The Portal Site That Cares For All The Needs Of Baby Boomers.

Egoism,_Psychological_and_Ethical Maintains that the individual self is the motivating moral force and the end of moral action.

The_Independent_Institute A nonprofit, scholarly research and educational organization which sponsors comprehensive studies on political economy.

Gavel2Gavel_com Collection of legal links.

EcoFuture_(TM)_Population_and_Sustainability Annotated directory includes links about global and US population data and concerns. Page includes links to publications, reports, news groups, organizations and statistical information.

Review_of_Chông_Yagyong__Korea\'s_Challenge_to_Orthodox_Neo-Confucianism Review by John L. Goulde, reprinted from the 1998 Acta Koreana. Discusses the significance of Tasan's "classical learning."


  Alexa statistic for http://reference.aol.com/quizzes/holiday_quiz





Get your Google PageRank






Please visit: http://reference.aol.com/quizzes/holiday_quiz


  Related sites for http://reference.aol.com/quizzes/holiday_quiz
    OECD_Development_Centre Conducts comparative analysis and promotes informal policy dialogue on development issues of mutual interest for OECD Member countries and the emerging and developing economies.
    Hofer,_Keith Photos, quotations, and Web design information.
    Buchanon,_Mike Includes personal information, cartoons, a computer section and a links page.
    Alberta_NWT_District_Office Represents over 150 churches and related ministries of The PAOC in Alberta and the Northwest Territories, with over 17,000 people attending each Sunday.
    No,_James An online gallery of this biracial artist's work.
    Chinese_Wedding_Customs Chinese customs for both traditional and modern wedding are covered.
    Demining_Research_at_the_University_of_Western_Australia Support humanitarian demining efforts with research into the needs of deminers working in countries such as Afghanistan and Cambodia, and to develop practical innovations which can improve effectivene
    Faith_Center_Church Meriden, Connecticut. Offers a list of staff and a weekly schedule.
    Judaica_Supplies_Inc_ Synagogue article manufacturer offers kippot/yarmulkes, tallit, temple embroidery, and Judaica.
    Four_Quarters_InterFaith_Sanctuary_of_Earth_Religion Providing safe and sacred ceremonial space for the modern practice of Ancient Religion. A membership based Church, Camp and Religious Community within the Neo Pagan revival.
    Vampyre_Magick Real vampires who practice any form of magick, be it dark, light, high or low. This list is for sharing knowledge and assisting others.
    Rock_Out_Censorship Fighting censors of popular music. Contains information on the organization, lists 'friends' and 'enemies' of the fight, and outlines how you can help.
    Waling Legend of the origin of the waling-waling orchid.
    Northeastern_University_Law_School_[Current] Not fancy, but tons of outlines. Uploads accepted.
    The_National_Institute_for_Conflict_Resolution NICR provides mediation training and direct services in Conflict Resolution (ADR) to business, educational institutions, government and professionals.
    Tarot_Association_of_the_British_Isles Non-profit community provides support, information and resources for British Tarotists of all levels. Offers membership information, event calendar, professional reader directory and a discussion boar
    Online_Academy_of_Biblical_Studies A four-year school of preaching conducted on Saturdays totally by computer. The classes are conducted live. Directed by Tom Bright.
    1950\'s_History Information and notes about pop culture, including rock and roll, list of clothing styles, and Superman.
    Valente__Faith_of_God Tyndale Bible and Bible verses by topic,
    Alpha_Gamma_Rho_-_Auburn_University_-_Xi_Chapter AGR chapter in Auburn, Alabama.
This is websites2007.org cache of m/ as retrieved on 2008.07.24 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
Holiday Quiz - AOL Research & Learndocument.domain = "aol.com"; screen_name = ''; #bb_gn1 a {display:none !important;} #bb_gn li {border-right:none;} .searchCatBg a {color: #fff;} /*Money changes to 980 css 2007 - May*/ #s .sgroup .s2 {width:18.42em;} #s .sgroup .s3 {width:15.25em;} #s .sgroup .s4 {width:15.25em;} #s .sgroup .s5 {width:15.25em;} #c .cgroup .c6 {width:15.25em; padding-right:1.2em;} #c .cgroup .c7 {float:left;width:15.25em; padding-right:1.28em;} #c .cgroup .c8 {float:left;width:15.25em;} #a .agroup .a6 {width:15.25em; padding-right:1.2em;} #a .agroup .a7 {width:15.25em; padding-right:1.28em;} #a .agroup .a8 {width:15.25em;} /*****/ /*Flash bottom padding fix**/ object, embed,.admodule img{margin-bottom:8px;} .colorSix .body p{clear:none;width:auto;} #z object{border:none;text-align:left;} #b1 .ad{text-align:center;margin-bottom:8px} .linksSection ul a {background:none;display: inline; } #footer .linksSection h3,.backtotop,.backtotop a{color:#347AB5;} function sendLinkEvent() { } // Feed Module Mouse Over Popup Functions - Starts function createPop() { var popRef = document.createElement("p"); popRef.className = 'feedPop'; popRef.setAttribute('id','feedPop'); document.body.appendChild(popRef); popRef.style.display = 'none'; } function showPop(e,trgElement,textPopup) { var elHt = trgElement.offsetHeight;//this is the element height var elWt = trgElement.offsetWidth;//this is the element height createPop(); posY = findMousePos(e) if(document.getElementById('feedPop').style.display.indexOf('none')==0) { popRef = document.getElementById('feedPop'); var txtNode = document.createTextNode(textPopup); var arrPos = findPos(trgElement); popRef.style.display = "block"; popRef.style.left = arrPos[0] + "px"; popRef.style.top = parseInt(posY+elHt/2)+ "px"; try { popRef.removeChild(popRef.firstChild); } catch(e){} popRef.appendChild(txtNode); } } function hidePop() { try { var popRef = document.getElementById('feedPop'); document.body.removeChild(popRef); popRef=null; }catch(e){} } function findPos(obj) { var curleft = curtop = 0; if (obj.offsetParent) { curleft = obj.offsetLeft; curtop = obj.offsetTop; while (obj = obj.offsetParent) { curleft += obj.offsetLeft; curtop += obj.offsetTop; } } else if(obj.x)curleft+=obj.x; if(document.all) curleft-=document.getElementsByTagName("body")[0].offsetLeft; if(navigator.userAgent.indexOf('Safari')!=-1) curleft-=document.getElementsByTagName("body")[0].offsetLeft; return [curleft,curtop]; } function findMousePos(e) { var posY = 0; if (!e) var e = window.event; if (e.pageX || e.pageY) { posY = e.pageY; } else if (e.clientX || e.clientY) { posY = e.clientY + document.body.scrollTop + document.documentElement.scrollTop; } return posY; } // Feed Module Mouse Over Popup Functions - Ends // New Ticker Functions function tickerInit(ticker){ ticker.start(); } function Ticker(name, id, shiftBy, interval){ this.name = name; this.id = id; this.shiftBy = shiftBy ? shiftBy : 1; this.interval = interval ? interval : 100; this.runId = null; this.div = document.getElementById(id); var node = this.div.firstChild; var next; while (node) { next = node.nextSibling; if (node.nodeType == 3) this.div.removeChild(node); node = next; } this.left = 436; this.shiftLeftAt = this.div.firstChild.offsetWidth; this.div.style.height = this.div.firstChild.offsetHeight; this.div.style.width = 2 * screen.availWidth; this.div.style.visibility = 'visible'; } function startTicker(){ this.stop(); this.left -= this.shiftBy; if (this.left 0) this.interval = newinterval; this.stop(); this.start(); } Ticker.prototype.start = startTicker; Ticker.prototype.stop = stopTicker; Ticker.prototype.changeInterval = changeTickerInterval; function ctaPopup(ctaUrl) { if (ctaUrl) { window.open (ctaUrl,'CTA','scrollbars=no,location=no,directories=no,height=265,width=275,menubar=no,resizable=no,titlebar=no'); } else { window.open ("",'CTA','scrollbars=no,location=no,directories=no,height=265,width=275,menubar=no,resizable=no,titlebar=no'); } } function ctaPopup2(ctaUrl) { if (!ctaUrl) { ctaUrl = ""; } window.open (ctaUrl,'CTA','scrollbars=no,location=no,directories=no,height=265,width=275,menubar=no,resizable=no,titlebar=no'); } // End New Ticker Functions rsiAdInit(20);/**/advertisementAOL My AOLMailMake AOL My HomePageNewsEntertainment NewsMoneySmall BusinessSportsTechnologyWeather x JobsMapquestMoviesMusicPersonalsShoppingTravelYellow Pages AOL Research & Learn Web ImagesVideoNewsLocalMore » SEARCH Search The Web Magnify Glass MainQuizzesScienceHistorySpacePlanet EarthSend Us Feedback Main Dictionary Thesaurus World Atlas Quizzes & Games Science Space Planet Earth Animals Natural Disasters Global Warming

Holiday Quiz

The winter holidays are upon us and whether you celebrate Christmas, Kwanzaa, Hanukkah or simply Festivus, 'tis the season to test your holiday knowledge. Take the holiday quiz (Questions created by Mental Floss magazine.) // Ad refresh ( this.addAdToList ('93219580', '160', '600'); this.refreshAdsList = function() { top.ke_space.refresher.refresh_all(); }; top.ke_space.refresher.add_url("media_matrix_hidden_frame", "http://reference.aol.com/quizzes/holiday_quiz/quiz_track"); Mental Floss Mental FlossThis is where knowledge junkies get their fix. Quiz Archivep.newleft {float:left; position:relative; margin-right:5px;line-height:1.4;} History of Egypt Quiz History Founding Fathers Military History Women's History Citizenship Presidents Civil Rights Ben Franklin Demotions Daylight-Saving Royal Couples History & Geography Jamestown Pirate Trivia Political Quotes Geography Quiz Science Geography Hurricanes Global Warming Snakes Pulse of the Planet Rockets Hurricane Katrina Animal Groups Bugs Quiz City Information 5th-Grade Science Earth by Numbers Spider Facts Animal Courtship April Fools' Quiz Holidays April Fools' Day St. Pat's Day var iColWidth = 2 function set_variable(var1) { if(var1 == 'var_redirUrl') return ''; if(var1 == 'start') return '' + '' + 'Sponsored Links'; if(var1 == 'end') return 'What are Sponsored Links?'; return;}var params = {callback:'', sch:'',sclient:'',shints:'',snum:'',spch:'',surl:'',ssch:'',of:'',target:'',stest:'',ingenio:''};params.callback='show_vertical_dmn';params.sch= 'ca-aol_service_researchlearn_js';params.sclient='ca-aol_service_researchlearn_js';params.shints='scholarship, online course, college loans'.replace(/ /g,'+');params.snum='4';params.spch='us.rl.quizzes.holiday_quiz';params.surl='http://reference.aol.com/quizzes/holiday_quiz';params.ssch='us.rl.quizzes.holiday_quiz';params.target='';params.of='js';params.z= '22043';params.skw2='Scholarship';params.language2='0'; get_links();advertisement top.ch_refresher.add_ad('93219580', 160, 600, 0, '160x600_1'); Photo of the Week Photo of the Week Check Out Past Photos of the WeekPhoto of the Week Finance ResourcesMoney Banking Credit Reports Investing Market News Mortgages Personal Finance Personal Loans Refinancing Taxes Tax Advice Income Tax Tax Forms Online Tax Filing Stock Screener Stock Quotes Stock Charts Portfolios Small Business Tech News AuditTax CreditTax Deduction Dow Jones Industrial Average Insurance Car Insurance Home Insurance Health Insurance Life Insurance .seo-bl * {margin:0;padding:0;border:0;position:relative; } .seo-bl {background:none; border:none; display:block;margin:10px 0 8px 0; width:auto;float:left;display:none;} .seo-bl p {margin-top:.5em;background-color:#fcf6ea;border:1px solid #d5cec4;padding:8px 10px;display:none;} .seo-bl p i {font:80% monaco,'courier new';margin-top:.5em;display:block;position:absolute;visibility:hidden;top:0;width:95%;} .seo-bl textarea {font:80% monaco,'courier new';margin-top:.5em;width:100%;height:400px;border:none;background-color:transparent;overflow:hidden;} .seo-bl a {background:url(http://cdn.digitalcity.com/bbarticle/bl2) 0 0 no-repeat; display:inline; float:none; padding:0; margin:0;} .seo-bl .de {padding:0 7px 0 15px;background-position:-6px 1px;} .seo-bl .di {padding:0 7px 0 28px;background-position:0 -100px;} .seo-bl .ne {padding:0 7px 0 27px;background-position:0 -200px;} .seo-bl .my {padding-left:7px; background:none;} if (seo == null || typeof(seo) != "object") var seo = new Object(); seo = { ce:function(t){return document.createElement(t)}, ac:function(p,c){p.appendChild(c)}, ae:function(o,et,fn){if(o.addEventListener)o.addEventListener(et,fn,false);else if(o.attachEvent)o.attachEvent("on"+et,fn);}, gte:function(e){if (window.event && window.event.srcElement) var r=window.event.srcElement;else if(e && e.target)r=e.target;if(!r)return null;if(r.nodeType == 3)r=r.parentNode; /*Saf 1.3*/ return r;}, ct:function(s){return document.createTextNode(s)}, gc:function(n){var a=document.getElementsByTagName('*'),m=[];for(var i=0,l=a.length;i-1)m[m.length]=a[i];return m;} } if (seo.bl == null || typeof(seo.bl) != "object") seo.bl = new Object(); seo.bl = { init: function(){ var URL=document.location.href, title = document.title; var blURL=encodeURIComponent(URL), blTitle=encodeURIComponent(title), blAnch='
 

Test

your

knowledge

of

winter

holiday

traditions

and

trivia

with

this

interactive

quiz.

http://reference.aol.com/quizzes/holiday_quiz

Holiday Quiz 2008 July

dvd rental

dvd


Test your knowledge of winter holiday traditions and trivia with this interactive quiz.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Loan - Flights - MPAA - Cheap Flights - Loans
2008-07-24 08:04:59

Copyright 2005, 2006 by Webmaster
Websites is cool :) 232S³owniki - Albergo Cracovia - Imprezy Integracyjne - Hostel Krakow - Reserva Hotel