| Related sites for http://reference.aol.com/quizzes/newwords |
| Copenhagen_Business_School_Library General business information, staff directory, guides and publications | | Dartmouth_College_Feldberg_Business_and_Engineering_Library General library information, including hours, policies, and collections. | | Edmonton_Virtual_Library_BusinessLink Help guides for business research, marketing, and development in HTML and PDF versions, as well as access to the online reference catalog. | | Harvard_Business_School_Baker_Library Online links, information, and resources for economics, statistics, news, general business, careers, and general reference. | | Horn_Library_Babson_College Offering business management resources. | | Insurance_Library_Association_of_Boston Various publications and information regarding the insurance industry are available in this membership library. | | James_J__Hill_Reference_Library Offering business professionals essential information and researching tools for understanding the various aspects of running a business. | | Johnson_Graduate_School_of_Management_Library Offering business management resources. | | Judi_Prokop_Newman_Information_Resource_Center Offering business library resources. | | Kelley_School_of_Business Indiana University's business research and academic resources. | | Kirstein_Business_Branch The Boston Public Library's Kirstein Business Branch. Founded in 1930, it is one of the America's first and best public business research libraries. | | The_Research_Institute_for_Economics_and_Business_Administration_Library Kobe University's Economics and Business Library, offering business research references to the business researcher. | | Research_Libraries New York Public Library's "Science, Industry and Business" section has numerous business links and information. | | Rosenfeld_Library Offering business academic resources. | | Rutgers_University_John_Cotton_Dana_Library Collections focus on management, business, and nursing, with Internet resources including extensive guides to print and electronic resources. | | Scottish_Business_Information_Service Providing business information resources for the National Library of Scotland. | | SMU\'s_Business_Library The Edwin L. Cox School of Business Library offers the business researcher access to many business publications. | | University_of_Alabama_Angelo_Bruno_Business_Library General library information, online database lists, and an extensive set of recommended Internet sites arranged by general subject. | | The_University_of_California_Berkeley_Libraries A place to access the multiple business related libraries of Berkeley | | University_of_Chicago_Business_Library The Kenneth G. Fisher Graduate School of Business Library offers alumni and part time students the opportunity to access their business researching tools. | | University_of_Massachusetts_Business_Library W.E.B. Du Bois Library offers the largest business research collections in Western Massachusetts for management education. | | University_of_Michigan_Kresge_Business_Administration_Library Includes electronic resources, research guides, and working papers from around the country. | | University_of_Pennsylvania_Business_Library Lippincott Library of the Wharton School offers business researching resources for those studying business. | | University_of_Pittsburgh_Business_Library Library and collections information, and a subject guide to print and electronic business resources. | | University_of_Southern_California_Business_Library Marshall School of Business offers the virtual electronic library(MarVEL) to those researching business. | | University_of_Washington\'s__Foster_Business_Library Offering business resources and databases for those studying business. | | University_of_Wisconsin_-_Madison_Business_Library Subject guides for business law, international business topics, and retailing. With information regarding services, collections, and remote reference assistance. | | Villanova_University_Bartley_Virtual_Reading_Room A collection of business resources, links, and tools in areas of business research, including business law, energy resources, economics, finance, management, marketing, and transportation resources. | | Abilene_Christian_University_Library Library hours and departments, electronic resources, and online catalog. | | Al-Furqan_Islamic_Heritage_Foundation The Foundation has as its aim the documentation and preservation of the Islamic written heritage. It is pursuing this aim principally through its work in surveying, cataloguing, editing and publishing | | Andover-Harvard_Theological_Library Links to basic information about the library, Internet resources, bibliographies of reference materials, and information about the manuscripts and archives collection and online exhibits. | | Archbishop_Vehr_Theological_Library Theology and philosophy collection that supports the private Catholic seminaries, St. John Vianney Theological Seminary and Redemptoris Mater Seminary, in Denver, CO. | | Asbury_Seminary_B__L__Fisher_Library Includes electronic resources, databases, and access to the online catalog; other resources include guides to the print literature and general library information. | | Associated_Mennonite_Biblical_Seminary_Library Includes access to the online catalog, plus electronic journals and other resources. | | Atlantic_School_of_Theology_Library Library information and some links to online theological resources, including Bibles and religious dictionaries and encyclopedia. | | Bangor_Theological_Seminary_Libraries 105,000 titles on two sites. Online catalogue. | | Booher_Library Located at the Episcopal Theological Seminary of the South West. Includes online catalogue. | | Boston_University_School_of_Theology_Library One of the Boston Theological Institute Libraries; with access to the BU online catalog and BTI union list, as well as electronic research guides and information about the collections. | | Catholic_Theological_Union Paul_Bechtold_Library Access to the online catalog via ILLINET and IBIS multi-library systems. | | The_CHRISTIA_Library Documents relating to practical Christian life as submitted by the CHRISTIA mailing list readers, including biographies, sermons, and issues of morality. |
|
New Words 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);/**/ AOL My AOLMailMake AOL My HomePageNewsEntertainment NewsMoneySmall BusinessSportsTechnologyWeather x JobsMapquestMoviesMusicPersonalsShoppingTravelYellow Pages AOL Research & Learn Web ImagesVideoNewsLocalMore » SEARCH MainQuizzesScienceHistorySpacePlanet EarthSend Us FeedbackNew Words Quiz
Main
Dictionary
Thesaurus
World Atlas
Quizzes & Games
Science
Space
Planet Earth
Animals
Natural Disasters
Global Warming
New Words: Merriam-Webster planned to add nearly 100 new words to the new edition of the Collegiate Dictionary in the fall of 2006. How many are already a part of your vocabulary? Take our quiz and find out.
// 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/newwords/quiz_track");
More New WordsLearn more about Noah Webster, the Merriam brothers and their dictionaries and see nearly 30 new words that will appear in the next edition of the Collegiate dictionary.List of New Words History of Merriam-Webster Photo of the Week Check Out Past Photos of the WeekPhoto of the Week Get Quiz AlertsSign up to be notified via e-mail when we publish a new trivia quiz or Now You Know feature.Alert Me to New Quizzes Poem of the Week 'The Tiger' by W. Blake "Tiger! Tiger! burning bright,In the forrests of the night ..."Read the full poem Quiz Archivep.newleft {float:left; position:relative; margin-right:5px;line-height:1.4;}
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
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
Holidays
April Fools' Day
St. Pat's Day
Winter Holidays
Thanksgiving
Friday the 13th
Columbus Day
Halloween
Culture
Spelling Bee
New Words
Mozart
Back to School
List & Learn
Cliche Day
Germany Quiz
Banned Books
Religious Literacy
Hispanic Heritage
Vocabulary
Fifth Grade
Differences
Current Events
Cringe Quiz
Spelling Quiz
Geography Trivia
Tie History
Blue Moon Quiz
Dog Days Quiz
Chocolate Trivia
See All: Quizzesvar 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='college scholarships financial aid'.replace(/ /g,'+');params.snum='4';params.spch='us.rl.quizzes.newwords';params.surl='http://reference.aol.com/quizzes/newwords';params.ssch='us.rl.quizzes.newwords';params.target='';params.of='js';params.z= '22043';params.skw2='financial aid';params.language2='0'; get_links(); top.ch_refresher.add_ad('93219580', 160, 600, 0, '160x600_1'); 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
DJIA
Insurance
Car Insurance
Home Insurance
Health Insurance
Life InsuranceDeals
.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=''+title+'';
var de = 'http://del.icio.us/post?url='+blURL+'&title='+blTitle;
var di = 'http://digg.com/submit?phase=2&url='+blURL;
var ne = 'http://www.propeller.com/submit/?U='+blURL+'&T='+blTitle;
var bl = seo.gc('seo-bl');
for (var i=0,l=bl.length;i < l;i++){
var o = document.createDocumentFragment();
seo.ac(o,seo.bl.anch('de',de,'Add this link to the del.icio.us social bookmarking network','Add to Del.icio.us',function(){seo.bl.popup(de);return false;}));
seo.ac(o,seo.ct('|'));
seo.ac(o,seo.bl.anch('di',di,'Post this to the Digg community','Add to Digg',function(){seo.bl.popup(di);return false;}));
seo.ac(o,seo.ct('|'));
seo.ac(o,seo.bl.anch('ne',ne,'Post this to the Propeller community','Add to Propeller',function(){seo.bl.popup(ne);return false;}));
seo.ac(o,seo.ct('|'));
seo.ac(o,seo.bl.anch('my','#','Click to display the code snippet to add this to your site','Add to My Site',seo.bl.mysite));
var p=seo.ce('p');
seo.ac(p,seo.ct('Use the code snippet below to link back to this page:'));
seo.ac(p,seo.ce('br'));
var t=seo.ce('textarea');
t.readonly=true;
seo.ae(t,'click',function(e){seo.gte(e).select()});
t.value=blAnch;
seo.ac(p,t);
var c=seo.ce('i');
seo.ac(c,seo.ct(blAnch));
seo.ac(p,c);
seo.ac(o,p);
seo.ac(bl[i],o);
}
},
anch: function(c,h,t,s,f,p){
var a=seo.ce('a');
a.className=c;
a.href=h;
a.title=t;
seo.ac(a,seo.ct(s));
if (typeof f != 'undefined') a.onclick=f;
return a;
},
popup: function(u){
window.open(u,'blPopup','width=1000px,height=520px,status=0,location=0,resizable=1,scrollbars=1',0)
},
mysite: function(e){
var a=seo.gte(e);
a.removeAttribute('href');
var p=a.nextSibling;
p.style.display='block';
a.removeAttribute('onclick');
seo.bl.size();
},
size: function(){
var a = seo.gc('seo-bl');
for (var i=0,l=a.length;i < l;i++){
var text = a[i].getElementsByTagName('textarea')[0], code = a[i].getElementsByTagName('i')[0];
text.style.height = code.offsetHeight+'px';
text.style.width = code.offsetWidth+'px';
}
}
}
seo.ae(window,'load',seo.bl.init);
s_account="aolxpromo"; On the Radar >>> Search More on Research and Learn Research and Learn Main Dictionary Thesaurus Atlas Quizzes Science Space Planet Earth Animals Natural Disasters Global Warming More on Money & Finance Money Money Videos Stock Screener Stock Quotes Stock Charts Stock Ticker Financial Crisis DJIA Crude Oil Prices Banking Recession Checking Account Savings Account Credit Cards Credit Reports Identity Theft Deals Black Friday Deals Debt Management Loans Auto Loan Personal Loans Mortgages Refinancing Insurance Car Insurance Home Insurance Health Insurance Life Insurance Taxes AMT Tax Deduction Tax Credit Online Tax Filing Tax Advice Income Tax Common Tax Filing Mistakes Tax Forms Dow Jones Industrial Average GOOG DJIA Small Business GOOG More On AOL Mail Search Fantasy Football BloggingStocks BloggingBuyouts WalletPop Luxist TUAW Download Squad Moviefone Television RSS/Feeds Terms Of Use Updated Terms Of Service Privacy Policy Updated Privacy Policy Trademarks Site Map Help © 2008 AOL LLC. All Rights Reserved. AOL@Research & Learn © 2008 AOL LLC. All Rights Reserved. ▲BACK TO TOP |
|