//newstitles[]= array containing the title of the news entry
//newsurl[]= array containing the URL of the news entry on CSS Drive
//Total news entries in feed: 10. Call  "newstitles.length" to find out on the fly.

var newstitle=new Array();
var newsurl=new Array();


newstitle[newstitle.length]="42 Logo Designs With Creative Use of Pen";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/42_logo_designs_with_creative_use_of_pen/";

newstitle[newstitle.length]="5 Tips for Designing iPhone Apps in Photoshop";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/5_tips_for_designing_iphone_apps_in_photoshop/";

newstitle[newstitle.length]="Beating Borders: The Bane of Responsive Layout";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/beating_borders_the_bane_of_responsive_layout/";

newstitle[newstitle.length]="Web Typography for the Lonely";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/web_typography_for_the_lonely/";

newstitle[newstitle.length]="Spinning icons using CSS3 transform";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/spinning_icons_using_css3_transform/";

newstitle[newstitle.length]="Make It Snow on Your Website With CSS Keyframe Animations";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/make_it_snow_on_your_website_with_css_keyframe_animations/";

newstitle[newstitle.length]="The Art Of UX Sketching";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/the_art_of_ux_sketching/";

newstitle[newstitle.length]="26 Type Based Logo Designs- Words at Play!";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/26_type_based_logo_designs_words_at_play/";

newstitle[newstitle.length]="free Christmas vectors";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/free_christmas_vectors1/";

newstitle[newstitle.length]="55 Free Bokeh Textures Every Designer Should Have";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/55_free_bokeh_textures_every_designer_should_have/";

