// JavaScript Document
//  jQuery(document).ready( function() {
//      jQuery( "#textonly-embed a" ).textonly({
//         target: "#mainContent, .featureColumn", 
//         type: "css",
//         sizes: [
//            // Small. Index 0
//            { "font-size" : "90%",
//              "color"     : "black",
//              "background": "#FFF"
//			  "background-image": "none !important"
//            }
//         ],
//		         selectedIndex: 1
//      });
//   });
