var str = "http://media.timesfreepress.com/video/2008/11/AnnePBralyFood/AB_HolidayRecipeVideo2_Stre.flv"; var urllength= str.length; var videourl = ''; for (i=31; i<=urllength-5;i++) { videourl += str.charAt(i); }