//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]="Water text effect in Photoshop";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/water_text_effect_in_photoshop/";

newstitle[newstitle.length]="25 Awesome Tips to Become a Successful Freelancer";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/25_awesome_tips_to_become_a_successful_freelancer/";

newstitle[newstitle.length]="jQuery Spritely";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/jquery_spritely/";

newstitle[newstitle.length]="JavaScript Module Pattern: In-Depth";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/javascript_module_pattern_in_depth/";

newstitle[newstitle.length]="CSS3 Linear Gradients";
newsurl[newsurl.length]="http://www.cssdrive.com/index.php/news/item/css3_linear_gradients/";

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/";
