<%@LANGUAGE="VBSCRIPT" %> <% ' set no cache Response.AddHeader "Pragma", "no-cache" Response.AddHeader "cache-control", "no-store" Response.Buffer = True events_skey = request("nk") browser = Request.ServerVariables("HTTP_USER_AGENT") if InStr(browser, "MSIE") then isIE = true elseif InStr(browser, "4.7") then isNS = true elseif Instr(browser, "Gecko") AND Instr(browser, "5.0") then isN6 =true end if 'Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.7) Gecko/20011221 %> AUC Alumni.com - News
My Account     <% if Session("LoggedIn") = "TRUE" then %>Logout <% else %>Become a Member    Login <% end if %>  
Return to home
Home   |   News   |   Events   |   Career Center   |   Authors & Friends   |   Sponsors
In the News
<% if Session("LoggedIn") = "TRUE" then %>
Welcome <%= Session("UserFName")%>, ( Logout )
<% else %>
Be the first to know what's going on in and around the AUC Center
Become a Member

Already a Member?
Login
<% end if %>
Clark Atlanta University
Morehouse College
Morehouse School of Medicine
Morris Brown College
Spelman College
ITC
Living the Quarter-life Crisis

Twentysomethings address the unique challenges of life after graduation. Confronted by an often whirlwind of new responsibilities, new liberties, and new options, many feel helpless, panicked, indecisive, and apprehensive.
<% dim conn dim strDSN dim conn1 dim rs dim rs1 dim strNewsTitle dim strNewsText dim strNewsSkey dim newscount dim randnews dim strNewsImage Set conn = Server.CreateObject("ADODB.Connection") Set rs = Server.CreateObject("ADODB.Recordset") strDSN = "dsn=access_aucjobs" conn.Open strDSN featuredSQL = "SELECT news_skey, news_title, news_spotlight, news_date, news_subtitle, news_image_sm, news_pressrelease, haveimage" &_ " FROM news" &_ " WHERE news_date > 1" &_ " AND news_featured=true" &_ " ORDER BY news_date DESC" 'response.write(featuredSQL) rs.Open featuredSQL,conn, 1, 2 newscount=0 WHILE NOT rs.EOF newscount = newscount + 1 strNewsSkey = rs(0) strNewsTitle = rs(1) strNewsSpotlight = rs(2) strHaveImage = rs(7) %> <% if strHaveImage > "" then %>
<%= strNewsTitle %>
<% else %><% end if %> <%= strNewsSpotlight %>
<% rs.MOVENEXT WEND rs.Close conn.Close %>
News Archive

SITE SPONSORS
About Us  |  Contact Us  |  Advertise With Us  |  Advertiser Terms & Conditions  |  Privacy Policy
Powered by Predawn Visual Communications