(function() {
	var outputString = '<div id="acWrapper">\
							<div id="aciWrapper">\
								<form id="acWrapperForm" name="getACVideos">\
									<input id="acInput" onfocus="if(this.value==\'Type and select Artist or Band Name\') this.value=\'\';" value="Type and select Artist or Band Name" type="text"  autocomplete="off" />\
								<\/form>\
							</div>\
							<div class="autocomplete">\
								<div id="myContainer"> </div>\
							</div>\
						</div>';
		
	$j(function() {
	
		$j('head').append('<link rel="stylesheet" href="/sitewide/apps/type_ahead/css/music_hub.css" type="text/css" />');
	
		$j("#search-videos-input").append(outputString);
	
		$j.getScript("http://yui.yahooapis.com/2.5.0/build/yahoo-dom-event/yahoo-dom-event.js", function() {
			$j.getScript("http://yui.yahooapis.com/2.5.0/build/connection/connection-min.js");
			$j.getScript("http://yui.yahooapis.com/2.5.0/build/animation/animation-min.js");
			$j.getScript("http://yui.yahooapis.com/2.5.0/build/autocomplete/autocomplete-min.js");
			$j.getScript("/sitewide/apps/type_ahead/typeahead_music_hub.js");		
		});
	
	});
})();

