/* ####################################################
   UDG VIDEO LISTINGS
   ALL VIDEOS COME FROM YOUTUBE!!
   vids[] Array = "YouTube ID","Displayed description"
   If the default video is changed, change it here, too
   by entering it as the first array element
   ####################################################
*/
vids=new Array(
 "wM-o6IZC6rE","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Discussing the events related to the release from prison of a sex offender",
 "m-Ys-SQhR_g","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Talking about a lawsuit accusing Facebook of privacy violations",
 "q_cS7rftNqc","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Speaking about a couple who chose prayer instead of medicine",
 "G74-aTBeM4I","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Commenting about manslaughter charges in Michael Jackson's death",
 "Yuxq5nV4fdQ","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Discussing charges of self-defense or murder in a robbery gone wrong",
 "4F0uq-kz4Es","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Talking about a Wisconsin sex offender who was returned to jail",
 "RN4j0hrbbAs","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Speaking about the Caylee Anthony missing girl case",
 "O3fnGBCkE4Y","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Commenting about the Caylee Anthony missing girl case",
 "wadXZEUhQC8","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Commenting about the Texas polygamy cult issues",
 "Utal3TBWUNY","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Discussing the case of a golfer who killed a noisy hawk",
 "9AjA1ddEcxw","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Discussing a lawsuit against a school",
 "fBTe-c_AGaQ","Criminal Defense Attorney Nancy Yamini<br>&nbsp;&nbsp;Talking about an outrageous sex offender penalty",
 "UuZZHMw7vpI","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Discussing the Scott Peterson murder trial",
 "_f38_rNM0is","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Talking about the Michael Jackson child molestation trial",
 "KbNf095L95c","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Speaking about the Michael Jackson child molestation trial",
 "SZ_2NGReddg","Criminal Defense Attorney Eric Chase<br>&nbsp;&nbsp;Discussing the Michael Jackson child molestation trial"
);
isie=(navigator.userAgent.indexOf("MSIE")!=-1)?1:0;
isie8=(navigator.userAgent.indexOf("MSIE 8")!=-1)?1:0;
function swapVideo(vidID) {
 if (vidID<=(vids.length-2) && (parseInt(vidID/2)==(vidID/2))) {
  targ=document.getElementById("bigvideo");
  if (isie) { gap="<br />"; } else { gap=""; }
  if (isie8) { vidcd1="watch?v="; } else { vidcd1="v/"; }
  vidINFO=(vidID + 1);
  thisvidID=vids[vidID];
  thisvidINFO=vids[vidINFO];
  thisvidCODE =gap+"<div class='style89 style90'>"+thisvidINFO+"</div>\n";
  thisvidCODE+="<div style='padding-top:5px'><object type='application/x-shockwave-flash' style='width: 425px; height: 344px;' codebase='http://www.uniteddefensegroup.com/swflash.cab#version=6,0,40,0' data='http://www.youtube.com/"+vidcd1+thisvidID+"'><param name='movie' value='http://www.youtube.com/"+vidcd1+thisvidID+"'></param><param name='allowFullScreen' value='true'></param></object></div>";
  targ.innerHTML=thisvidCODE;
 }
}
