//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]="Rickie Kazi the Airbrush King";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/rickie_kazi_the_airbrush_king/";

newstitle[newstitle.length]="Internet Explorer 9 Test Drive";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/internet_explorer_9_test_drive/";

newstitle[newstitle.length]="High Resolution Texture Downloads";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/high_resolution_texture_downloads/";

newstitle[newstitle.length]="17 jQuery Plugins for Easy Reordering and Filtering of Page Elements";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/17_jquery_plugins_for_easy_reordering_and_filtering_of_page_elements/";

newstitle[newstitle.length]="See Through Glass Photoshop tutorial";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/see_through_glass_photoshop_tutorial/";

newstitle[newstitle.length]="How to Create a Nifty Dynamic Shadow with jQuery";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/how_to_create_a_nifty_dynamic_shadow_with_jquery/";

newstitle[newstitle.length]="HTML5 Rocks My Socks Off";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/html5_rocks_my_socks_off/";

newstitle[newstitle.length]="Harmony- Canvas Drawing Tool";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/harmony_canvas_drawing_tool/";

newstitle[newstitle.length]="How to present your designs to the client";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/how_to_present_your_designs_to_the_client/";

newstitle[newstitle.length]="Simple Image Panner";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/simple_image_panner/";
