| Related sites for http://reference.aol.com/history/american_wars |
| Directory_of_Arabic_Christian_Churches Worldwide list of churches where worship services are spoken in Arabic. Site includes links to the Arabic Bible, free literature, and related web directories and search engines. | | The_Goddess\'s_Guild A community where all religions, beliefs and paths are welcome with respect, tolerance and understanding. | | Tread_Marks Providing information about tanks - includes model statistics and related books. | | Bhargava,_Rishi Information on themselves, friends and family, pictures, and links. | | National_Corridors_Initiative Advocates for rail initiatives, and high speed rail. Weekly newsletter. | | Make-A-Wish_Foundation_of_Washington_State Grants wishes of children with life threatening illnesses. | | The_Circle_For_Psychic_Readings Features articles, as well as a phone number to query their psychics. | | Center_for_Catholic_and_Evangelical_Theology The CCET is an organization led by Carl E. Braaten and Robert W. Jenson that seeks to focus on Jesus Christ and build Christian unity through its own journal, books, and conferences. | | The_Milesians Article reviewing the school and its principal concerns. | | The_Angry_Buddhist Rembember... No Matter How Angry I Get - I am always holding back | | Shawnee_Church_of_God_(7th_Day) Information about the church's congregation, activities, and location. | | Soft_Landings_Newcomers_Assistance An organization incorporated to assist new immigrants to Canada, Australia, New Zealand, the UK, and the USA with their relocation and successful integration. | | Emma_Kidson_and_Shaun_O\'Connor November 5, 2005 - North Elmsall, UK. | | Basic_Hindu_Concepts About the name, roots, scriptures and practices of Hindu religion. | | Leibniz_Translations At this place, visitors will find English translations of various previously-untranslated papers by Gottfried Wilheim Leibniz. | | Life_of_Castruccio_Castracani The work in HTML format. From The University of Adelaide Library Electronic Texts Collection. Translated by W. K. Marriott. | | Ostara,_aka_the_Vernal_Equinox Customs, information and ideas for this Sabbat are included on this page. | | Predatory_Aliens Exposes foreign national child predators who are "wanted" by enforcement organizations. | | Mediation_Inc A North Carolina firm of certified mediators that conducts training courses in mediation and negotiation skills. | | Parr,_Phillip_-_WizPip_com A standards complaint web designer from London, United Kingdom. Includes a biography, interests, web design portfolio, and Internet tips. |
|
American Wars - 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);/**/ top.ch_refresher.add_ad('93200796', 728, 90, 0, '728x90_1'); AOL My AOLMailMake AOL My HomePageNewsEntertainment NewsMoneySmall BusinessSportsTechnologyWeather x JobsMapquestMoviesMusicPersonalsShoppingTravelYellow Pages AOL Research & Learn Web ImagesVideoNewsLocalMore » SEARCH MainQuizzesScienceHistorySpacePlanet EarthSend Us Feedback
Main
Dictionary
Thesaurus
World Atlas
Quizzes & Games
Science
Space
Planet Earth
Animals
Natural Disasters
Global Warming
Remembering the Fallen on Memorial Day: More than 1.1 million people have died while serving and protecting the United States. Click through this gallery to see photos of the major American wars since the Civil War.
soKe.flace('rl_gallery_american-wars', '565', '644');
var uid = new Date().getTime();
var flashProxy = new FlashProxy(uid, 'http://www.aolcdn.com/_media/modtools/kit_swfpublisher_javascriptflashgateway.swf');
var flashvars = {};
try { flashvars.lcId = uid; } catch (Exc) { };
try { flashvars.outlet_w = '565'; } catch (Exc) { };
try { flashvars.outlet_h = '644'; } catch (Exc) { };
try { flashvars.targetDivId = 'rl_gallery_american-wars'; } catch (Exc) { };
try { flashvars.targetAds = 'rl_gallery_american-wars'; } catch (Exc) { };
try { flashvars.omniture_tracker = '0'; } catch (Exc) { };
try { flashvars.adrefresh_wrapper = '1'; } catch (Exc) { };
try { flashvars.the_xml_location = soKe.fv('http://xml.channel.aol.com/xmlrepository/fetch.adp?id=58059'); } catch (Exc) { }; try { flashvars. = soKe.fv(''); } catch (Exc) { };
if (typeof(screen_name) != 'undefined') try { flashvars.userName = screen_name; } catch (Exc) { };
var params = {};
try { params.wmode = 'opaque'; } catch (Exc) { }; try { params.quality = 'best'; } catch (Exc) { }; try { params.allowscriptaccess = 'always'; } catch (Exc) { };
var attributes = {};
try { attributes.id = 'outlet'; } catch (Exc) { };
top.exd_space.refresher.ads2Refresh(new Array( 'rl_gallery_american-wars', new Array('93199777', '728', '90', '1'), new Array('93199778', '160', '600', '2') )); top.exd_space.refresher.mmx('rl_gallery_american-wars', 'http://www.aolcdn.com/_media/channels/ke_blank.html', 'http://reference.aol.com/history/american_wars/photo_view');
swfobject.embedSWF('http://cdn.channel.aol.com/outlet_droids_global/story_telling_pg_v1_0.swf', 'rl_gallery_american-wars-swf', '565', '644', '7.0.0', 'http://www.aolcdn.com/ke/swfobject/expressinstall.swf', flashvars, params, attributes);
American War History Learn more about the statistics and history of American wars.American War Statistics (1775-present) Veterans History Project (Library of Congress) Women at War Voices of War Memorial Day Background The Iraq War: Four Years and CountingLatest News From Iraq Encyclopedia: Iraq Map of Iraq Iraq 101: Players, Timeline, Costs Casualties in Iraq Try a Military History Quiz How much do you know about the history of warfare, both in the United States and abroad?
Test YourselfWar on Film: Video Clips From Moviefone Check out eight of the most inspirational military moments in movie history. 'Forrest Gump' and 'Saving Private Ryan' are among the featured films.
Moviefone War-Flim ClipsTIME Archive: American Wars View historic TIME magazine covers, read excerpts of war coverage and get links to archived articles.
World War II Collection
Iwo Jima Collection
Vietnam War CollectionU.S. Armed ForcesAir Force Army Marines Navy Military Center Connect with Americans in the military community. See pictures of veterans, upload your images, read military blogs and more!
View Photos and VisitDiscuss American WarsPost your thoughts here about American wars. Veterans, discuss your experiences.Post a Message Poems Honoring SoldiersCheck out our list of the Top 11 poems that honor soldiers.Top 11 Poems 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='online education, boarding schools, distance learning'.replace(/ /g,'+');params.snum='4';params.spch='us.rl.history.american_wars';params.surl='http://reference.aol.com/history/american_wars';params.ssch='us.rl.history.american_wars';params.target='';params.of='js';params.z= '22043';params.skw2='Education';params.language2='0'; get_links();Get AlertsSubscribe to e-mail alerts: Now You Know for fun facts and trivia quizzes; Planet Earth for news about nature; and Skywatcher for astronomical events.References
Dictionary
Thesaurus
World Atlas
Translator
More References
.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=' |
|