File indexing completed on 2025-01-05 04:25:26

0001 <!--SeeqPod has given permission to use their background and logo in this html front page!-->
0002 
0003 <HTML>
0004     <STYLE type="text/css">
0005         BODY {
0006             margin: 0px;
0007             padding: 0px;
0008             font-family: Arial, Helvetica, sans-serif;
0009             font-size: 13px;
0010             background-color: #FFF;
0011             color: #878787;
0012             background-attachment: fixed;
0013             background-image:url("http://www.seeqpod.com/css/page/bg2.jpg");
0014             background-repeat: no-repeat;
0015             background-position: center top;
0016         }
0017         DIV { text-align: center;  }
0018     </STYLE>
0019     <BODY>
0020         <DIV>
0021         <br><br>
0022         <IMG src="http://www.seeqpod.com/images/logo.png" alt="SeeqPod.com">
0023         <br><br>
0024         Welcome to the Amarok 2 SeeqPod.com scripted service. To search SeeqPod, simply type in your search in the search box in the service and expand the item that appears in the list. By default, this script will only return at most 100 matches, but by appending an #offset to your search, it will return further matches. For instance, typing in "Foobar" will return the first 100 matches, "Foobar#100" the next 100, and so on.
0025         </DIV>
0026     </BODY>
0027 <HTML>