﻿
$(
	function(){
		$.afterLoadScript(
						  function(){
						  //---------------	
						      	/*
						      	  $(".336").hide();
						        $(".more335").mouseover(function(){
						            $(".336").hide();
						            $(".335").show();
						        });
						        $(".more336").mouseover(function(){
						            $(".335").hide();
						            $(".336").show();
						        });
						        */
						        $("#links").change(function(){
						            if($(this).val()!=""){
						                window.open("http://"+$(this).val().toLowerCase().replace("http://",""));
						            }
						        })
							   
					//----------------------	
						  		
	                            });
	}
)


