function showgalleryvideo(json) {
	var showpostthumbnails_vid = true;
	var showpostsummary_vid = true;

	document.write('<ul>'); 
	for (var i = 0; i < numposts_vid; i++) {
		var entry_vid = json.feed.entry[i];
		var posttitle_vid = entry_vid.title.$t;
		var posturl_vid;if (i == json.feed.entry.length) break;
		for (var k = 0; k < entry_vid.link.length;k++){
			if (entry_vid.link[k].rel == 'alternate') {
				posturl_vid = entry_vid.link[k].href;break;
			}
		}
		if("content"in entry_vid){
			var postcontent_vid=entry_vid.content.$t;
		}
		var vidid_vid = postcontent_vid.substring(postcontent_vid.indexOf("http://www.youtube.com/watch?v=")+31,postcontent_vid.indexOf("endofvid"));
		
		// set image for slider
		switch (vidid_vid) {
			case "fm4L19JycPs":
			thumburl_nwfm = "Zebraclub_Boudoir_400";
			break;
			case "gUSOcdYw5-k":
			thumburl_nwfm = "Kathy_Sabin-Mensah_400";
			break;
			case "I4h6ED27OCQ":
			thumburl_nwfm = "Ruby_Room_2010_400";
			break;
			case "rklj7P-t_-M":
			thumburl_nwfm = "Zebraclub_PerfectDry_400";
			break;
			case "v5NeNHGZ1UY":
			thumburl_nwfm = "Ann_Taylor_400";
			break;
			case "":
			thumburl_nwfm = "RubyRoom2010_400";
			break;
			case "C76xiPC1S9g":
			thumburl_nwfm = "Lucy_Loves_Ethel_400";
			break;
			case "W_FjsTOuJz0":
			thumburl_nwfm = "Freestyle_Theory_400";
			break;
			case "rN2vzCXoF9A":
			thumburl_nwfm = "PalaPala_400";
			break;
			case "4zQa8_x1WEo":
			thumburl_nwfm = "SipNShop_400";
			break;
			case "aK_UhFubQnM":
			thumburl_nwfm = "MAC_Red_Cross_400";
			break;
			case "KCvkjsIQG-w":
			thumburl_nwfm = "VianHunter_400";
			break;
			case "oISP4IWY6-g":
			thumburl_nwfm = "Carmilias_Linda_400";
			break;
			case "6VQOWMZIRs4":
			thumburl_nwfm = "Jules_400";
			break;
			case "aUpbw-iY7Po":
			thumburl_nwfm = "Karly_Orr_400";
			break;
			case "tdG7c3-rIgo":
			thumburl_nwfm = "Sustainable_Ballard_400";
			break;
			case "pr6MTKiLtbU":
			thumburl_nwfm = "Miyuki_Ott_400";
			break;
			case "tKppZR6pR3g":
			thumburl_nwfm = "DivaDollz_400";
			break;
		}
		try {thumburl_vid="http://www.nwfashionmedia.com/seattlefashions/images/" + thumburl_nwfm + ".jpg";}catch (error){
			thumburl_vid='http://www.nwfashionmedia.com/seattlefashions/images/noimagethumb.png';
		}
		document.write('<li><div id="slide-container"><span class="slide-desc"><h2 style="margin:10px 0px;">');
		document.write(posttitle_vid+'</h2>');
		
		var textinside_vid = postcontent_vid.substring(postcontent_vid.indexOf("[starttext]")+11,postcontent_vid.indexOf("[endtext]"));
		var re = /<\S[^>]*>/g; 
		postcontent_vid = textinside_vid.replace(re, "");
		
		
		if (showpostsummary_vid == true) {
		
		      if (postcontent_vid.length < numchars_vid) {		          
		         document.write(postcontent_vid);
		          document.write('</span>');}
		      else {
		          
		         postcontent_vid = postcontent_vid.substring(0, numchars_vid);
		         var quoteEnd_vid = postcontent_vid.lastIndexOf(" ");
		         postcontent_vid = postcontent_vid.substring(0,quoteEnd_vid);
		         document.write(postcontent_vid + '...');
		          document.write('</span>');}
		}
		 
		document.write('<a href="'+ posturl_vid + '"><img src="'+thumburl_vid+'" width="400px" height="350px"/></a></div>');		
		
		
		document.write('</li>');

		}document.write('</ul>');



}
