About site: Gay, Lesbian, and Bisexual/Pride Celebrations/North America/United States - California, San Diego
Return to Society also Society
  About site: http://www.ebonypride.org/

Title: Gay, Lesbian, and Bisexual/Pride Celebrations/North America/United States - California, San Diego African American pride festival. Includes events, contact and sponsor details.
Work_Website Quotations, stories, disccussions, articles, and humour about work.

FurryKin A forum for furries to talk about and explore their otherkin-ness.

Hogg,_Brian Includes interests and family.

Schram__We_Really_Dig Family history and general interests of Elinor Schram. Surnames include Antes, Barnhart, Cripe, Deeter, Eller, Goodin, Gripe, Holt, Kinports, Kuns, Miller, Rench, Rentch, Schnebly and Smith.

Villa_of_the_Mysteries Occult scholar Tim Maroney presents some of his essays, personal information, and other projects bearing on occult spirituality.

The_Letters,_Diary,_Postcards,_and_Pictures_of_a_World_War_I_Soldier The story of Corporal Paul B Hendrickson of the 129th Infantry, 33rd Division, American Expeditionary Force, with diary excerpts and letters.


  Alexa statistic for http://www.ebonypride.org/





Get your Google PageRank






Please visit: http://www.ebonypride.org/


  Related sites for http://www.ebonypride.org/
    DesTroismaisons_Family_Tree Database featuring the family of Antoine DesTroisMaisons dit Picard, born circa 1570 in Hameau, Des Trois Maison, Picardie, FRA.
    Navigation_Act_1912 The text of Australia's Navigation Act.
    Tactics_to_Fight_Fascism Notes from a speech by Andrew Flood.
    ChristianNewsToday_com Christian news media service based in Cincinnati, Ohio which features Christian World News, Missions News, and Christian articles
    Elephant_Graveyards Article by Patricia Nell Warren on gay aging and gay ageism in the Year 2000. (November, 1999)
    Ginny\'s_Monster_Mash Graphics including spooks, graveyards, pumpkins, and skulls.
    Philadelphia_Inquirer__Religion News and articles from the US newspaper. [RSS]
    George_Santayana_Themes_and_Sites Links to a wide range of resources about Santayana and quotations from his works organized by recurring themes in his philosophy, by T.P. Davis.
    Burmese-American_Club Fort Wayne, Ind. is home to more than 350 Burmese refugees. According to the Fort Wayne News-Sentinel, this is the largest group of Burmese refugees in the United States.
    Site_51 A site dedicated to revealing the history behind symbols and the current news.
    VaxFacts Supports informed consent regarding vaccinations. Includes news and a forum for all discussions including dangers of vaccinations, adverse reactions, and associated risks.
    Physicians\'_Association_for_Anthroposophical_Medicine_(PAAM) Sponsors lectures, conferences and educational events to promote Anthroposophical Medicine. Based in Ann Arbor, Michigan.
    Good_News_Blog Betsy writes about her interests, beliefs and good news of all kinds, with an emphasis on Scientology information.
    Georgy_Bush_Project Songs, stories, and news about the real George W. Bush.
    Mexican_War Historical school text from "American History" (1911) by David Muzzey, discussing the War.
    Comparative_Index_to_Islam__Adam Highlights differences between Islamic and Christian beliefs about the Biblical forefather.
    Jewish_Encyclopedia__Queen_of_Sheba Overview of the queen, including rabbinic commentary and Jewish and Abyssinian folk legends.
    Casal_and_Maceo__Art,_War_and_Race_in_Colonial_Havana An academic article uses the contrasts between white poet Julián del Casal and black general Antonio Maceo to consider the conflicts and compromises of Cuban independence.
    Akers_Family__Banyan_Tree Family history of the late Earl B Akers, Snr. Presented by his family Kay Lynn, Teresa, Melanie and Earl, Jnr.
    Stouffer,_Carlos__Jesus_Politics Weblog from a Christian commenting on the connection between religion and politics mostly in the United States.
This is websites2007.org cache of m/ as retrieved on 2008.10.13 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.
Ebony Pride of San Diegotable.main{ border-collapse: collapse;}body{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;}h1{ font-size: 22pt; text-align: center;}h2{ font-size: 18pt;}p{ text-align: justify;}a:hover{ text-decoration: underline;}a{ color: #ba0d0f; text-decoration: none; font-weight: bold;}td.unselected a{ color: #f0d000; text-decoration: none;}td.unselected a:hover{ color: #ffffff; text-decoration: none;}td.selected a{ color: #ba0d0f; text-decoration: none;}img{ border-width: 0px;}td.marquee{ background-color: #1e8040; height: 25px;}td.navbar{ background-color: #1e8040; width: 120px; vertical-align: top;}table.navelement{ border-width: 1px; border-style: solid; border-color: #000000; width: 120px; height: 40px;}.toppage{ font-size: 9pt;}.subpage{ font-size: 8pt;}table.navelement td.unselected{ background-color: #ba0d0f;}table.navelement td.selected{ background-color: #f0d000;}td.main_body{ background-color: #fcf6cc; width: 580px; text-align: left; vertical-align: top;}textarea{ background-color: #fcfbf4; border-width: 1px; border-color: #000000; border-style: solid; font-family: Arial, Helvetica, sans-serif;}input.text{ background-color: #fcfbf4; border-width: 1px; border-color: #000000; border-style: solid;}input.button{ background-color: #1e8040; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; border-color: #1e8040; border-width: 2px; border-style: outset;}button{ background-color: #1e8040; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; border-color: #1e8040; border-width: 2px; border-style: outset;}#emailentry{ position: absolute; visibility: hidden; width: 200px; background-color: #1e8040; padding: 5px; color: #FFFFFF; font-size: 8pt;}#emailentry form{ display: inline;}#emailentry a{ color: #FFFFFF; text-decoration: underline; font-weight: normal;}function DL_GetElementLeft(eElement){ if (!eElement && this) // if argument is invalid { // (not specified, is null or is 0) eElement = this; // and function is a method } // identify the element as the method owner var DL_bIE = document.all ? true : false; // initialize var to identify IE var nLeftPos = eElement.offsetLeft; // initialize var to store calculations var eParElement = eElement.offsetParent; // identify first offset parent element while (eParElement != null) { // move up through element hierarchy if(DL_bIE) // if browser is IE, then... { if( (eParElement.tagName != "TABLE") && (eParElement.tagName != "BODY") ) { // if parent is not a table or the body, then... nLeftPos += eParElement.clientLeft; // append cell border width to calcs } } else // if browser is Gecko, then... { if(eParElement.tagName == "TABLE") // if parent is a table, then... { // get its border as a number var nParBorder = parseInt(eParElement.border); if(isNaN(nParBorder)) // if no valid border attribute, then... { // check the table's frame attribute var nParFrame = eParElement.getAttribute('frame'); if(nParFrame != null) // if frame has ANY value, then... { nLeftPos += 1; // append one pixel to counter } } else if(nParBorder > 0) // if a border width is specified, then... { nLeftPos += nParBorder; // append the border width to counter } } } nLeftPos += eParElement.offsetLeft; // append left offset of parent eParElement = eParElement.offsetParent; // and move up the element hierarchy } // until no more offset parents exist return nLeftPos; // return the number calculated}function DL_GetElementTop(eElement){ if (!eElement && this) // if argument is invalid { // (not specified, is null or is 0) eElement = this; // and function is a method } // identify the element as the method owner var DL_bIE = document.all ? true : false; // initialize var to identify IE var nTopPos = eElement.offsetTop; // initialize var to store calculations var eParElement = eElement.offsetParent; // identify first offset parent element while (eParElement != null) { // move up through element hierarchy if(DL_bIE) // if browser is IE, then... { if( (eParElement.tagName != "TABLE") && (eParElement.tagName != "BODY") ) { // if parent a table cell, then... nTopPos += eParElement.clientTop; // append cell border width to calcs } } else // if browser is Gecko, then... { if(eParElement.tagName == "TABLE") // if parent is a table, then... { // get its border as a number var nParBorder = parseInt(eParElement.border); if(isNaN(nParBorder)) // if no valid border attribute, then... { // check the table's frame attribute var nParFrame = eParElement.getAttribute('frame'); if(nParFrame != null) // if frame has ANY value, then... { nTopPos += 1; // append one pixel to counter } } else if(nParBorder > 0) // if a border width is specified, then... { nTopPos += nParBorder; // append the border width to counter } } } nTopPos += eParElement.offsetTop; // append top offset of parent eParElement = eParElement.offsetParent; // and move up the element hierarchy } // until no more offset parents exist return nTopPos; // return the number calculated}var altImg = new Image ();altImg.src = "images/upmenu.gif";function toggleEmail (){ if (document.getElementById("emailentry").style.visibility == "visible") { document.getElementById("emailentry").style.visibility = "hidden"; document.getElementById("menuimg").src = "images/downmenu.gif"; } else { var x = DL_GetElementLeft(document.getElementById ("marquee")); var y = DL_GetElementTop(document.getElementById ("marquee")); y += document.getElementById("marquee").offsetHeight; x += document.getElementById("marquee").offsetWidth - 210; document.getElementById("emailentry").style.visibility = "visible"; document.getElementById("emailentry").style.left = x + "px"; document.getElementById("emailentry").style.top = y + "px"; document.getElementById("menuimg").src = "images/upmenu.gif"; }}// Invariants.var scrollIncrement;var scrollFrequency;var tapeLength;var tapeHeight;var marqueeLength;var marqueeLeft;var marqueeTop;// Variablesvar clipLeft;var clipRight;var tapePositionLeft;var clipRect;function scrollMarquee (){if (tapePositionLeft >= marqueeLeft){tapePositionLeft -= scrollIncrement;clipRight += scrollIncrement;clipRect = "rect(0px, " + clipRight + "px, " + tapeHeight + "px, " + clipLeft + "px)";document.getElementById("marquee_contents").style.visibility = "visible";document.getElementById("marquee_contents").style.left = tapePositionLeft + "px";document.getElementById("marquee_contents").style.top = marqueeTop + "px";document.getElementById("marquee_contents").style.clip = clipRect;window.setTimeout (scrollMarquee, scrollFrequency);}else if (clipLeft < tapeLength){tapePositionLeft -= scrollIncrement;clipLeft += scrollIncrement; clipRight += scrollIncrement;clipRect = "rect(0px, " + clipRight + "px, " + tapeHeight + "px, " + clipLeft + "px)";document.getElementById("marquee_contents").style.visibility = "visible";document.getElementById("marquee_contents").style.left = tapePositionLeft + "px";document.getElementById("marquee_contents").style.top = marqueeTop + "px";document.getElementById("marquee_contents").style.clip = clipRect;window.setTimeout (scrollMarquee, scrollFrequency);}else{resetmarquee (); }}function resetmarquee (){clipLeft = 0;clipRight = 0;tapePositionLeft = marqueeLeft + marqueeLength;window.setTimeout (scrollMarquee, scrollFrequency);}function startmarquee (){if (document.getElementById("marquee_contents") != null){ // Set invariants. marqueeLeft = DL_GetElementLeft(document.getElementById ("marquee")) + 10; marqueeTop = DL_GetElementTop(document.getElementById ("marquee")) + 5; marqueeLength = 400; tapeLength = document.getElementById("marquee_contents").offsetWidth; tapeHeight = document.getElementById("marquee_contents").offsetHeight; scrollIncrement = 5; scrollFrequency = 250; resetmarquee ();}}Enter your e-mail to join our list:(Click here to learn more.)Donate | Join Our E-mail List About UsCalendarPhotosJoinSponsorsStoreLinksContact Us

Pride 2007!!!

Kickoff Party at Redwing Bar and Grill - Friday, July 20, 2007 - Starting at 9pm

Harlem Knights Jazz - San Diego Gay Pride Festival - July 21, 2007 - 12:30pm to 7:30pm

Our Mission

The mission of the Ebony Pride San Diego is to be a visible and positive forcein San Diego for the African American Lesbian, Gay, Bisexual and Transgendercommunity through education, enrichment and empowerment; and to build bridgesbetween ourselves and the LGBT community at large, the African Americancommunity at large, and African American LGBT youth in San Diego.Proud member of . . . Copyright © 2006 Ebony Pride of San DiegoEbony Pride is a registered 501(c)(3) organizationWebsite designed and maintained by czyntech.com
 

African

American

pride

festival.

Includes

events,

contact

and

sponsor

details.

http://www.ebonypride.org/

California, San Diego 2008 October

dvd rental

dvd


African American pride festival. Includes events, contact and sponsor details.

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 - Remortgages - سكس - Bollywood India forum movie reviews - Cheap Loan - Loans
2008-10-13 23:16:37

Copyright 2005, 2006 by Webmaster
Websites is cool :) 232Hotele - Albergo Lione - Zaune Aus Polen - Ogrzewanie - Reserva Hotel