|
|
| About site: Issues/Chats and Forums - If I am... |
Return to Society also Society |
| About site: http://www.ifiam.com/ |
Title: Issues/Chats and Forums - If I am... Members discuss what they would do were they a doctor, a politician, a rocket scientist, and a porn star. Users must select a username and password before posting a new message. |
| Alexa statistic for http://www.ifiam.com/ |
Please visit: http://www.ifiam.com/
|
| Related sites for http://www.ifiam.com/ |
| The_Georgia_Public_Policy_Foundation Research and education foundation dedicated to limited government, private enterprise, and individual responsibility. Press releases, publications, current research and iitiatives, and related links a | | Tindale,_Chris Weblog, resume, ramblings, pictures, and sections on exercise and wicca. | | Pratt,_Chris The home page of Clan Grant clansman Christopher Pratt. He is intensely proud of his heritage with Scotland and Clan Grant and is the Games Commissioner for Clan Grant in Massachusetts. | | Gay_Songs_and_Anthems Lyrics, MIDI, and Window Media Player of popular songs. | | Havers_Data Ancestral history tracing the lineages from Shropshire, ENG. Includes family photographs and information on the Rome War Cemetery and Thelveton Hall. | | Against_Withdrawal_from_Anti-Ballistic_Missile_Treaty Petition to register disagreement with President Bush's unilateral decision to withdraw from the Anti-Ballistic Missile Treaty. | | Expats Links and features providing a yellow pages for the British expat. | | New_York_State_Funeral_Directors_Association Offers consumer information regarding funerals and funeral homes in New York. | | Great_Theosophists--The_Kabala_and_the_Kabalists_(13_of_29) Article on the Kabala and a presentation of it being instrumental in Theosophy. | | First_People\'s_Fund Founded in 1995, First People's Fund is committed to supporting the creative work of American Indian artists. | | Bear_Left!__This_is_a_Charity?_The_Seamy_Underbelly_of_Skull_and_Bones An article by Tim Francis-Wright providing a synopsis of recent tax filings for Skull and Bones and an analysis of whether it should retain its status as a public charity. (April 22, 2001) | | Children_of_Morrigan Celtic virtual gathering place with a historical forum-like posting page, covering various topics. | | Early_Childhood_Central Our goal is to provide you with comprehensive and useful information relating to young children in Worcester, Massachusetts. | | The_Time_Page William Murray's examination of cycles in United States history. | | Rulers_of_Ancient_Rome Lists Roman consuls and emperors | | Stations_of_the_Cross Pray while you imagine you are walking with Jesus. Page tells about where the Way of the Cross came from, and the pictures were drawn by 5th-graders in Plover, Wisconsin. In English and Spanish. | | The_Sixties_Project Literature, essays, bibliographies, personal narratives, and graphic arts. | | Native_Americans_of_the_Caribbean Information on the Arawak, Taino, Carrib, and other native Island peoples. Including a creation myth from Guam. | | CARMA_(Carbon_Monitoring_for_Action) Database reveals the carbon emissions of more than 50,000 power plants and 4,000 power companies in every country on Earth, searchable by country, state, province, county, metro area, city, power comp | | William_Paley Brief article reviewing his legacy for creationism. |
|
This is websites2007.org cache of m/ as retrieved on 2008.10.10 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.
|
IF I AM
BODY,P,TD { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt; }
TR.cl { background: #6384AD}
TR.cl2 { background: #C3D1DF}
TR.cl3 { background: #DDD9B3}
TR.cl4 { background: #DBE3EC}
TD.cl { background: #6384AD}
TD.cl2 { background: #C3D1DF}
TD.cl3 { background: #DDD9B3}
TD.cl4 { background: #DBE3EC}
.plain { font-weight: normal;
text-align: justify;
}
.color { color: #6384AD }
.red { color: #FE1D1D }
.orange { color: #FF9900 }
.yellow { color: #FFFF00 }
.violet { color: #FE3AD7 }
.green { color: #2D971B }
.white { color: #FFFFFF }
.error { font-size: 9pt;
font-weight: bold;
color: #FE1D1D }
.small { font-size: 8pt;
font-weight: normal;
}
.hh { font-family: Arial, Helvetica, sans-serif;
font-size: 15pt;
font-weight: bold;
color: #6384AD }
.h { font-family: Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: #6384AD }
.h2 { font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #6384AD }
.h2green { font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
font-weight: bold;
color: #2D971B }
.hwhite { font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
color: #FFFFFF }
.h3white { font-size: 9pt;
font-weight: bold;
color: #FFFFFF }
.hred { font-family: Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: bold;
color: #FE1D1D }
.bit { font-size: 1px; }
A { text-decoration: none;
color: #6384AD }
A:hover { color: #FE1D1D}
A.white { font-weight: bold;
color: #FFFFFF }
A.white:hover { color: #FF9900 }
A.menu { font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 9pt;
text-decoration: none;
color: #6384AD }
INPUT, SELECT, textarea {
font-family: Courier New, Courier;
font-size: 9pt;
font-weight: normal;
text-decoration: none;
color: #4D6D91;
background-color: #DDDDDD;
}
FORM { margin: 0px 0px 0px 0px;}
DIV { position: absolute }
.hidden { visibility: hidden;}
function popup(w,h,wname,source) {
var up_window = window.open(source, wname, "top=20,left=20,toolbar=0,scrollbars=0,width=" + w + ",height=" + h);
}
Home
Need Help!
About
// browser: 0=unknown; 1=MSIE; 2=NS
var maxballoons=3;
var browser = 0;
var posX = 0;
var posY = 0;
if (document.all) browser = 1;
if (document.layers) browser = 2;
function getMouseXY(e) {
if (browser==2) {
posX = e.pageX;
posY = e.pageY;
} else {
posX = event.clientX + document.body.scrollLeft;
posY = event.clientY + document.body.scrollTop;
}
if (posX < 0){posX = 0;}
if (posX >560) {posX = posX-100;}
if (posY < 0){posY = 0;}
for (var i=1; i
Members login
username:
password:
Forgot password?
Not A Member?!
IfIAm.com gives its members the chance to act as "Creative Outsiders," to try themselves virtually in the life, profession or position of another person." What I would do If I am...(I were...)?" Go to "If I Am" section.Are you that person, everybody wants to be? Go to "I Am" section and tell them how you become one? Share your experiences and help others to gain better perspective! Who Are You? View All Categoriesin alphabetical order
Home
Discussion Board
Sign Up
FAQ
About
Advertise
Contacts
Terms of Service
Privacy Policy
Security Hologram, Inc.
© 1999-2008 US Center of Marketing. All Rights Reserved.
|
|
| |
Members | discuss | what | they | would | do | were | they | a | doctor, | a | politician, | a | rocket | scientist, | and | a | porn | star. | | Users | must | select | a | username | and | password | before | posting | a | new | message. |
|
http://www.ifiam.com/
If I am... 2008 October
dvd rental
dvd
Members discuss what they would do were they a doctor, a politician, a rocket scientist, and a porn star. Users must select a username and password before posting a new message.
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
- Bad Credit Mortgages - Download movies - Mortgages - 0 Credit Cards - Mortgage Calculator
|