

function camouflagesun_videonav() {
 var genData = "";
 var quote='"';

 genData += "<STYLE Type=" + quote + "text/css" + quote + ">";
 genData += "a:hover   {text-align:center; text-decoration: none; color: red;}";
 genData += "</STYLE>";
 
 genData += "<img src=" + quote + "camouflagesun_button_very_small.gif" + quote + " border=" + quote + "0" + quote + "> ";
 genData += "<font face=arial size=2>";
 genData += "Videos: ";
 
 genData += "<a href=" + quote + "camouflagesun_vid_playall.html" + quote ;
 genData += " title=" + quote + "Play All Videos [PLAYLIST]" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Play All</a>";
 genData += " <br> "; 

 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20081212_fairies.html" + quote ;
 genData += " title=" + quote + "Black Sabbath's - Fairies Wear Boots\nChicago City Limits 12/12/2008" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Fairies Wear Boots</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20090220_warpigs.html" + quote ;
 genData += " title=" + quote + "Black Sabbath's - War Pigs\nFamous Freddies 02/20/2009" + quote ;
 genData += " target=" + quote + "_top" + quote + ">War Pigs</a>";
 genData += " | "; 
 genData += " <br> "; 
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20090220_whenimgone.html" + quote ;
 genData += " title=" + quote + "3 Doors Down's - When Im Gone\nFamous Freddies 02/20/2009" + quote ;
 genData += " target=" + quote + "_top" + quote + ">When Im Gone</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20090313_perfectstrangers.html" + quote ;
 genData += " title=" + quote + "Deep Purple's - Perfect Strangers\nChicago City Limits 03/13/2009" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Perfect Strangers</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20100731_subdivisions.html" + quote ;
 genData += " title=" + quote + "Rush's - \nSubdivisions\nTaste of Roselle 2010" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Subdivisions</a>";
 //genData += " | "; 
 //genData += "<a href=" + quote + "camouflagesun_vid_20090313_happiestdaysofourlives.html" + quote ;
 //genData += " title=" + quote + "Pink Floyd's - Happiest Days of our Lives\nChicago City Limits 03/13/2009" + quote ;
 //genData += " target=" + quote + "_top" + quote + ">Happiest Days of our Lives/Another Brick</a>";
 genData += " <br> "; 
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20090313_happiestdaysofourlives.html" + quote ;
 genData += " title=" + quote + "Pink Floyd's - \nHappiest Days of our Lives/Another Brick in the Wall Part II\nChicago City Limits 03/13/2009" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Another Brick In The Wall</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20100731_wishyouwerehere.html" + quote ;
 genData += " title=" + quote + "Pink Floyd's - \nWish You Were Here\nTaste of Roselle 2010" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Wish You Were Here</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20100731_heyyou.html" + quote ;
 genData += " title=" + quote + "Pink Floyd's - \nHey You\nTaste of Roselle 2010" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Hey You</a>";
 genData += " | "; 
 genData += " <br> "; 
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20091010_figuredyouout.html" + quote ;
 genData += " title=" + quote + "Nickelback's - Figured You Out\nChicago Loop 10/10/2009" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Figured You Out</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20081212_lovetolove.html" + quote ;
 genData += " title=" + quote + "UFO's - Love to Love\nChicago City Limits 12/12/2008" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Love to Love (clip)</a>";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20081212_sameold.html" + quote ;
 genData += " title=" + quote + "Aerosmith's - Same Old Song and Dance\nChicago City Limits 12/12/2008" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Same Old Song and Dance (clip)</a>";
 genData += " | "; genData += "</font>";
 genData += " <br> ";
 genData += " | "; 
 genData += "<a href=" + quote + "camouflagesun_vid_20091010_camo_collage.html" + quote ;
 genData += " title=" + quote + "Tony Domino - Camouflage Sun Collage\nChicago Loop 10/10/2009" + quote ;
 genData += " target=" + quote + "_top" + quote + ">Camouflage Collage (Loop 10/10/2009) by Tony Domino</a>";
 genData += " | "; 
 genData += "<br>";
     document.write(genData);
     genData = "";



}




