/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE ======================================== V-NewsTicker v2.2 License : Freeware (Enjoy it!) (c)2003 VASIL DINKOV- PLOVDIV, BULGARIA ======================================== For IE4+, NS4+, Opera5+, Konqueror3.1+ ======================================== Get the NewsTicker script at: http://www.smartmenus.org/ LEAVE THESE NOTES PLEASE - delete the comments if you want */ // BUG in Opera: // If you want to be able to control the body margins // put the script right after the BODY tag, not in the HEAD!!! // === 1 === FONT, COLORS, EXTRAS... v_font='verdana,arial,sans-serif'; v_fontSize='11px'; v_fontSizeNS4='12px'; v_fontWeight='normal'; v_fontColor='#4A49A8'; v_textDecoration='none'; v_fontColorHover='#642d88';// | won't work v_textDecorationHover='underline';// | in Netscape4 v_bgColor='url(bg.jpg)'; // set [='transparent'] for transparent // set [='url(image_source)'] for image v_top=0;// | v_left=0;// | defining v_width=600;// | the box v_height=75;// | v_paddingTop=10; v_paddingLeft=2; v_position='relative';// absolute/relative v_timeout=4000;//1000 = 1 second v_slideSpeed=40; v_slideDirection=0;//0=down-up;1=up-down v_pauseOnMouseOver=true; // v2.2+ new below v_slideStep=2;//pixels v_textAlign='left';// left/center/right v_textVAlign='middle';// top/middle/bottom - won't work in Netscape4 // === 2 === THE CONTENT - ['href','text','target'] // Use '' for href to have no link item v_content=[ ['http://www.mne.ksu.edu/news-events/news-items/sae-aero-design-team-places-first','SAE Aero Design Team Places First
For the second time in the last three annual SAE Aero Design Competitions, the KSU SAE Aero Design Team gave an outstanding performance, placing first overall in the 2009...
'], ['http://www.mne.ksu.edu/news-events/news-items/2008-sae-mini-baja','2008 SAE Mini Baja
Members of the K-State Mini Baja team traveled to Cookville, Tenn. for the annual competition.
'], ['http://www.mne.ksu.edu/news-events/news-items/amy-howell-mne-junior-certifies-level-3-for-tripoli-rocketry-association','Amy Howell, MNE junior, certifies Level 3 for Tripoli Rocketry Association
Amy Howell recently became the youngest female Level 3 certified Tripoli member.
'], ['http://www.mne.ksu.edu/news-events/news-items/copy_of_2007-azer-graduate-scholarship','2008 Azer Graduate Scholarship

Xiaoyang Sun


'], ['http://www.mne.ksu.edu/news-events/news-items/elizabeth-voigt-wins-fulbright-scholarship','Elizabeth Voigt Wins Fulbright Scholarship
MNE Senior is awarded a Fulbright Scholarship to study abroad in Germany.
'] ]; //