Showing source for: https://musicboomerang.com/
Duration: 0.472384s
Server: Apache

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>
   MusicBoomerang Used CD Trading - By Traders, for Traders
        </title>
        <meta content="ruzGlJO4c98aIpu3IR+McWmTb9WM/4++EpxrdVeZITE=" name="verify-v1">
        <meta content="Trade used CDs gathering dust for music you can't wait to listen to- for just $1. Start trading today with our active community of music lovers. Create a CD wishlist from thousands of great albums." name="description">
        <meta content="Music Boomerang, cd trading, trade cds cd trade, swap cds, swap cd, used cds, used cd trading" name="keywords">
        <link href="img/favicon.ico" rel="icon" type="image/x-icon">
        <link href="img/favicon.ico" rel="shortcut icon" type="image/x-icon">
        <link href="fs_mb.css" rel="stylesheet" type="text/css">
        <link href="/trading/highslide/highslide2.css" rel="stylesheet" type="text/css">
        <script src="/trading/js/jquery-1.2.2.min-nounload.js" type="text/javascript">
        </script>
        <script src="/trading/ajax/interaction.js" type="text/javascript">
        </script>
        <!--new-->
        <link href="/trading/site_mb_noframes.css" rel="stylesheet" type="text/css">
        <link href="/trading/mb_listing_table.css" rel="stylesheet" type="text/css">
        <link href="/trading/listing_noframes.css" rel="stylesheet" type="text/css">
        <link href="/trading/list_expand_noframes.css" rel="stylesheet" type="text/css">
        <link href="/trading/ajaxtabs/ajaxtabs_redesign.css" rel="stylesheet" type="text/css">
        <link href="highslide/highslide2.css" rel="stylesheet" type="text/css">
        <link href="/trading/jquery/development-bundle/themes/base/ui.all.css" rel="stylesheet" type="text/css">
        <script src="/trading/jquery/development-bundle/jquery-1.3.2.js" type="text/javascript">
        </script>
        <script src="/trading/jquery/development-bundle/ui/ui.core.js" type="text/javascript">
        </script>
        <script src="/trading/jquery/development-bundle/ui/ui.datepicker.js" type="text/javascript">
        </script>
        <!--YUI CSS-->
        <link href="yui/carousel/carousel.css" rel="stylesheet" type="text/css">
        <!-- Dependencies -->
        <script src="http://yui.yahooapis.com/2.6.0/build/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript">
        </script>
        <!-- <script type="text/javascript" src="yui/element/element-beta-debug.js"></script> -->
        <script src="http://yui.yahooapis.com/2.6.0/build/element/element-beta-min.js" type="text/javascript">
        </script>
        <!-- Optional: Animation library for animating the scrolling of items -->
        <script src="http://yui.yahooapis.com/2.6.0/build/animation/animation-min.js" type="text/javascript">
        </script>
        <!-- Optional: Connection library for dynamically loading items -->
        <script src="http://yui.yahooapis.com/2.6.0/build/connection/connection-min.js" type="text/javascript">
        </script>
        <!-- Source file -->
        <!-- <script type="text/javascript" src="yui/carousel/carousel-beta-debug.js"></script> -->
        <script src="http://yui.yahooapis.com/2.6.0/build/carousel/carousel-beta-min.js" type="text/javascript">
        </script>
        <script type="text/javascript">
            function redirect() {
                window.location = "fbindex.php";
            }
            <!--
            function MM_swapImgRestore() { //v3.0
            var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
            }
            function MM_preloadImages() { //v3.0
            var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
            var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
            if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
            }
            
            function MM_findObj(n, d) { //v4.01
            var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
            d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
            if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
            for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
            if(!x && d.getElementById) x=d.getElementById(n); return x;
            }
            
            function MM_swapImage() { //v3.0
            var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
            if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
            }
            //-->
        </script>
        <script language="javascript" type="text/javascript">
            <!--
            // Preload Images
            image1 = new Image();
            image1.src = "img/lurk_on.gif";
            image2 = new Image();
            image2.src = "img/lurk_off.gif";
            
            //this changes the pics
            function movepic(img_name,img_src) {
            document[img_name].src=img_src;
            }
            
            
            //the actual ajax call
            function ajaxFunction_lurktoggle(){
            	var ajaxRequest;  // The variable that makes Ajax possible!
            
            	//from http://www.tizag.com/ajaxTutorial/ajaxbrowsersupport.php
            	try{
             // Opera 8.0+, Firefox, Safari
             ajaxRequest = new XMLHttpRequest();
            	} catch (e){
             // Internet Explorer Browsers
             try{
             ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
             } catch (e) {
             try{
             ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
             } catch (e){
             // Something went wrong
             alert("Your browser broke!");
             return false;
             }
             }
            	}
            
            	// Create a function that will receive data sent from the server
            	ajaxRequest.onreadystatechange = function(){
             //readyState == 4 means complete
             if(ajaxRequest.readyState == 4){
            
             if(document['status'].src == image1.src) {
             //change to other image
             movepic('status', 'img/lurk_off.gif');
             }
             else {
             //toggle the other pic
             movepic('status', 'img/lurk_on.gif');
             }
             }
            	}
            	ajaxRequest.open("GET", "lurktoggle.php", true);
            	ajaxRequest.send(null);
            }
            //-->
        </script>
        <script language="javascript" type="text/javascript">
            <!--
            
            	//These image objects must be defined like this, it is expected by ajax
            	//
            	objHave_sel = new Image();
            	objHave_sel.src = "img/tinyhave_sel.gif";
            	objHave = new Image();
            	objHave.src = "img/tinyhave.gif";
            
            	objWant_sel = new Image();
            	objWant_sel.src = "img/tinywant_sel.gif";
            	objWant = new Image();
            	objWant.src = "img/tinywant.gif";
            
            	objDel = new Image();
            	objDel.src = "img/tinydel.gif";
            	// end havewant ajax object requirement
            
            //-->
        </script>
        <script language="JavaScript">
            <!-- Idea by:  Nic Wolfe ([email protected])-->
            <!-- Web URL:  http://fineline.xs.mw-->
            <!-- This script and many more are available free online at-->
            <!-- The JavaScript Source!! http://javascript.internet.com-->
            <!-- Begin
            function popUp(URL) {
            day = new Date();
            id = day.getTime();
            eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=300,left = 810,top = 450');");
            }
            function popUpSamples(URL) {
            day = new Date();
            id = day.getTime();
            eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=775,height=550,left=50,top=50');");
            }
            function popUpSearch(URL) {
            day = new Date();
            id = day.getTime();
            eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=400,left=50,top=50');");
            }
            function popUpLargeImage(URL) {
            day = new Date();
            id = day.getTime();
            eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=775,height=550,left=50,top=50');");
            }
            // End-->
        </script>
        <script src="/trading/js/ddaccordion.js" type="text/javascript">

        </script>
        <script type="text/javascript">
            ddaccordion.init({
                headerclass: "expandable",
                contentclass: "categoryitems",
                collapseprev: false,
                defaultexpanded: [],
                animatedefault: false,
                persiststate: false,
                toggleclass: ["","openheader"],
                togglehtml: ["prefix","",""],
                animatespeed: "fast"
            });
            var sliderArray = new Array();
            function MBexpandall() {
                var $ = jQuery;
                sliderArray = new Array();
                $('.expandable:not(.openheader)').each(function() {
                    sliderArray.push($(this));
                });
                for (i = 0; i < sliderArray.length; i++) {
                    item = sliderArray[i];
                    var t = setTimeout("sliderArray[" + i + "].click()", 0);
                }
            }
            function MBcollapseall() {
                var $ = jQuery;
                sliderArray = new Array();
                $('.expandable.openheader').each(function() {
                    sliderArray.push($(this));
                });
                for (i = 0; i < sliderArray.length; i++) {
                    item = sliderArray[i];
                    var t = setTimeout("sliderArray[" + i + "].click()", 0);
                }
            }
        </script>
        <!--Highslide-->
        <script src="/trading/highslide/highslide-full.js" type="text/javascript">
        </script>
        <script type="text/javascript">
            hs.addEventListener(window, "load", function() {
                if (document.getElementById("autoload")) {
                    document.getElementById("autoload").onclick();
                }
            });
        </script>
        <script type="text/javascript">
            hs.graphicsDir = '/trading/highslide/graphics/';
            hs.outlineType = 'rounded-white';
            hs.outlineWhileAnimating = true;
            hs.preserveContent = false;
            hs.allowMultipleInstances = false;
        </script>
        <script type="text/javascript">
            hs.registerOverlay({
                overlayId: 'closebutton',
                position: 'top right',
                fade: 2
            });
            hs.graphicsDir = '/trading/highslide/graphics/';
        </script>
        <script type="text/javascript">
            hs.dimmingOpacity = 0.75;
        </script>
        <!--/Highslide-->
        <script language="javascript" type="text/javascript">
            <!--
            	objImageMessageStatus_Yes = new Image();
            	objImageMessageStatus_Yes.src = "img/blue_msg_yes.gif";
            	objImageMessageStatus_No = new Image();
            	objImageMessageStatus_No.src  = "img/blue_msg_no.gif";
            //-->
        </script>
        <style type="text/css">
            .highslide-dimming {
                background          : black;
            }
        </style>
        <style type="text/css">
            input[readonly] {
                background          : #ffffff;
            }
        </style>
        <script>
            window.onload = function() {
                if (document.getElementById('autoload')) {
                    document.getElementById('autoload').onclick();
                }
            };
            hs.align = 'center';
        </script>
    </head>
    <!-- Message Status Light Script -->
    <!-- /Message Status Light -->
    <!--This is a non-head area to set global styles variables-->
    <!-- Header -->
    <!--Ajax-->
    <!--/Ajax-->
    <body style="background-image: url(img/blue_bg_new2.jpg);">
        <!--
<script src="http://static.ak.connect.facebook.com/connect.php/en_US" type="text/javascript"></script><script type="text/javascript">FB.init("1fc71d87de12022b9cff6ab329c402a8");</script>
-->
        <!-- Wrapper -->
        <div id="wrapper">
            <!-- Center Content -->
            <!--Header-->
            <table id="topnav_table">
                <tbody>
                    <tr>
                        <td class="topnav_logo">
                            <img id="logo_img" src="img/logo_main.gif">
                        </td>
                        <td id="topnav_login">
                            <form action="https://www.musicboomerang.com/processlogin.php" id="frmSignIn" method="post">
                                <input name="ReturnUrl" type="hidden" value="">
                                <input name="PostBackAction" type="hidden" value="SignIn">
                                <table id="login_container">
                                    <tbody>
                                        <tr>
                                            <td colspan="2" id="login_title">
            Member Login
                                            </td>
                                        </tr>
                                        <tr>
                                            <td class="login_label">
                                                Username:
                                            </td>
                                            <td>
                                                <input id="txtUsername" maxlength="255" name="Username" size="20" tabindex="1" type="text">
                                            </td>
                                        </tr>
                                        <tr>
                                            <td class="login_label">
                                                Password:
                                            </td>
                                            <td>
                                                <input id="txtPassword" maxlength="255" name="Password" size="20" tabindex="2" type="password">
                                            </td>
                                        </tr>
                                        <tr>
                                            <td colspan="2" id="login_title">
                                                <font color="red">
                                                </font>
                                            </td>
                                        </tr>
                                        <!-- Commented out by Matthew 02.09.09
<tr>
                <td></td>
                <td>
                <a href="#" onclick="var jQ=jQuery; jQ('#frmSignIn').submit(); return false;"><img src="img/fs_login.jpg" alt="login now"/></a>
                </td>
            </tr>
 -->
                                        <!--
            <tr>
                <td colspan="2" class="login_label">Stay logged in<input type=checkbox name="StayLoggedIn" value="1">
            </tr>
-->
                                    </tbody>
                                </table>
                                <!-- Inserted by Matthew 02.09.09 -->
                                <!-- Edited by Matthew 03.06.09 -->
                                <div id="rememberReset">
                                    <div style="float: left; text-align: right; ">
                                        <input name="StayLoggedIn" style="margin: 0px; padding: 0px; " type="checkbox" value="1">
                                        <span class="resetPass">
           Remember Me!&nbsp;
                                            <br>
                                            <a class="resetPass" href="account_password_reset.php" target="_blank">
                                                Reset Password
                                            </a>
                                            &nbsp;
                                        </span>
                                    </div>
                                    <div style="float: left;">
                                        <a href="#" onclick="var jQ=jQuery; jQ('#frmSignIn').submit(); return false;">
                                            <img alt="login now" src="/img/fs_login.jpg" style="margin-right: 26px; ">
                                        </a>
                                    </div>
                                </div>
                            </form>
                            <!--
                                <div><fb:login-button v="2" size="medium" onlogin="redirect();">Connect with Facebook</fb:login-button></div>
        -->
                        </td>
                    </tr>
                </tbody>
            </table>
            <div id="fs_box">
                <!--Place subnav of your choice here-->
                <!--Content Include Area-->
                <!--You can use this wrapper to test new pages- provides the HTML structure and head scripts-->
                <!--Just place code or an include in this area-->
                <div id="fs_top">
                    <div id="fs_header">
                        <div id="fs_title">
       Trade CDs gathering dust
                            <br>
                            for music you can't wait to hear
                        </div>
                    </div>
                    <table id="fs_header_table">
                        <tbody>
                            <tr>
                                <td>
                                    <a href="http://www.musicboomerang.com/processlogin.php?PostBackAction=SignIn&amp;GUEST=1&amp;ReturnUrl=http%3A%2F%2Fwww.musicboomerang.com%2Ftrading%2F" title="Create your collection of CDs available for trading">
                                        <img src="img/fs_icon_collection.gif">
                                    </a>
                                </td>
                                <td>
                                </td>
                                <td>
                                    <a href="http://www.musicboomerang.com/processlogin.php?PostBackAction=SignIn&amp;GUEST=1&amp;ReturnUrl=http%3A%2F%2Fwww.musicboomerang.com%2Ftrading%2F" title="Explore thousands of CDs and create your ultimate CD wishlist">
                                        <img src="img/fs_icon_explore.gif">
                                    </a>
                                </td>
                                <td>
                                    <a href="http://www.musicboomerang.com/processlogin.php?PostBackAction=SignIn&amp;GUEST=1&amp;ReturnUrl=http%3A%2F%2Fwww.musicboomerang.com%2Ftrading%2F">
                                    </a>
                                </td>
                                <td>
                                    <a href="http://www.musicboomerang.com/processlogin.php?PostBackAction=SignIn&amp;GUEST=1&amp;ReturnUrl=http%3A%2F%2Fwww.musicboomerang.com%2Ftrading%2F" title="Trade your CDs out to your fellow MusicBoomerang traders">
                                        <img src="img/fs_icon_ship.gif">
                                    </a>
                                </td>
                                <td>
                                </td>
                                <td>
                                    <a href="http://www.musicboomerang.com/processlogin.php?PostBackAction=SignIn&amp;GUEST=1&amp;ReturnUrl=http%3A%2F%2Fwww.musicboomerang.com%2Ftrading%2F" title="Receive CDs from your wishlist in return- you're charged just $1 for each CD you receive">
                                        <img src="img/fs_icon_receive.gif">
                                    </a>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <a href="http://www.musicboomerang.com/processlogin.php?PostBackAction=SignIn&amp;GUEST=1&amp;ReturnUrl=http%3A%2F%2Fwww.musicboomerang.com%2Ftrading%2F">
                                        <img src="img/fs_icon_title_create.gif" title="Create your collection of CDs available for trading">
                                    </a>
                                </td>
                                <td>
                                    <img src="img/fs_arrow.gif">
                                </td>
                                <td>
                                    <a href="http://www.musicboomerang.com/processlogin.php?PostBackAction=SignIn&amp;GUEST=1&amp;ReturnUrl=http%3A%2F%2Fwww.musicboomerang.com%2Ftrading%2F">
                                        <img src="img/fs_icon_title_explore.gif" title="Explore thousands of CDs and create your ultimate CD wishlist">
                                    </a>
                                </td>
                                <td>
                                    <img src="img/fs_arrow.gif">
                                </td>
                                <td>
                                    <a href="http://www.musicboomerang.com/processlogin.php?PostBackAction=SignIn&amp;GUEST=1&amp;ReturnUrl=http%3A%2F%2Fwww.musicboomerang.com%2Ftrading%2F">
                                        <img src="img/fs_icon_title_trade.gif" title="Trade your CDs out to your fellow MusicBoomerang traders">
                                    </a>
                                </td>
                                <td>
                                    <img src="img/fs_arrow.gif">
                                </td>
                                <td>
                                    <a href="http://www.musicboomerang.com/processlogin.php?PostBackAction=SignIn&amp;GUEST=1&amp;ReturnUrl=http%3A%2F%2Fwww.musicboomerang.com%2Ftrading%2F">
                                        <img src="img/fs_icon_title_receive.gif" title="Receive CDs from your wishlist in return- you're charged just $1 for each CD you receive">
                                    </a>
                                </td>
                            </tr>
                            <tr>
                                <td class="fs_icon_text">
                                    Add your great CD collection for all to see. Go ahead; show off your good taste in music! Other traders will see all the hidden treasures you have up for trade.
                                </td>
                                <td>
                                </td>
                                <td class="fs_icon_text">
                                    Explore the many thousands of titles available through MusicBoomerang. Read Reviews. Listen to Samples. And create your ultimate CD wish list.
                                </td>
                                <td>
                                </td>
                                <td class="fs_icon_text">
                                    Trade your CDs when MusicBoomerang alerts you that it has found a Trader who covets one of your castoffs. Trading it is easy- just print a shipping label and mail the CD.
                                </td>
                                <td>
                                </td>
                                <td class="fs_icon_text">
                                    Receive your wish list CDs from other Traders. You will be charged just $1 for each CD you receive - talk about a CD lover's dream!
                                </td>
                            </tr>
                        </tbody>
                    </table>
                    <table cellpadding="0" cellspacing="0" id="fs_bar">
                        <tbody>
                            <tr>
                                <td>
                                    <img src="img/fs_bar_tl.gif">
                                </td>
                                <td class="fs_bar_top" colspan="6">
                                </td>
                                <td>
                                    <img src="img/fs_bar_tr.gif">
                                </td>
                            </tr>
                            <tr>
                                <td class="fs_bar_end_l">
                                </td>
                                <td class="fs_bar_stat">
                                    <ul class="fs_stat">
                                        <li class="fs_stat_num" style="width:auto;">
                                            669,655
                                        </li>
                                        <li class="fs_stat_label">
                                            CD
                                            <span class="small8">
                                                s
                                            </span>
                                            Listed
                                        </li>
                                    </ul>
                                </td>
                                <td class="fs_bar_button">
                                    <a href="http://www.musicboomerang.com/processlogin.php?PostBackAction=SignIn&amp;GUEST=1&amp;ReturnUrl=http%3A%2F%2Fwww.musicboomerang.com%2Ftrading%2F">
                                        <img src="img/fs_guest_but.gif" title="Enter Free MusicBoomerang Guest Access">
                                    </a>
                                </td>
                                <td class="fs_bar_button">
                                    <a href="account_creation.php">
                                        <img src="img/fs_join_but.gif">
                                    </a>
                                </td>
                                <td class="fs_bar_end_r">
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <img src="img/fs_bar_bl.gif">
                                </td>
                                <td class="fs_bar_bot" colspan="6">
                                </td>
                                <td>
                                    <img src="img/fs_bar_br.gif">
                                </td>
                            </tr>
                        </tbody>
                    </table>
                    <table id="fs_featured">
                        <tbody>
                            <tr>
                                <td class="fs_featured_td">
                                    <ul class="fs_featured_item">
                                        <li class="fs_featured_art">
                                            <a href="carousel_index.php?artist=Motley Crue&amp;ASIN=B000002H17&amp;medium_image=https://images-na.ssl-images-amazon.com/images/I/41H99WX0RJL.__SL160__.jpg&amp;title=Too Fast for Love" onclick="return hs.htmlExpand(this, { objectType: 'ajax', cacheAjax: false, preserveContent: true, width: 275, height: 400, dimmingOpacity: 0 } )">
                                                <img src="https://images-na.ssl-images-amazon.com/images/I/41H99WX0RJL.__SL500__.jpg" title="Click for Album Info">
                                            </a>
                                        </li>
                                        <li class="fs_featured_label">
                                            just added for trade
                                        </li>
                                        <li class="fs_featured_info">
                                            <span class="fs_featured_artist">
                                                Motley Crue
                                            </span>
                                            <br>
                                            <span class="fs_featured_title">
                                                Too Fast for Love
                                            </span>
                                        </li>
                                    </ul>
                                </td>
                                <td class="fs_featured_td">
                                    <ul class="fs_featured_item">
                                        <li class="fs_featured_art">
                                            <a href="carousel_index.php?artist=Jimmy Smith&amp;ASIN=B000005HC3&amp;medium_image=http://ecx.images-amazon.com/images/I/611PSMcNbvL.__SL160__.jpg&amp;title=Crazy! Baby" onclick="return hs.htmlExpand(this, { objectType: 'ajax', cacheAjax: false, preserveContent: true, width: 275, height: 400, dimmingOpacity: 0 } )">
                                                <img src="http://ecx.images-amazon.com/images/I/611PSMcNbvL.__SL500__.jpg" title="Click for Album Info">
                                            </a>
                                        </li>
                                        <li class="fs_featured_label">
                                            just shipped
                                        </li>
                                        <li class="fs_featured_info">
                                            <span class="fs_featured_artist">
                                                Jimmy Smith
                                            </span>
                                            <br>
                                            <span class="fs_featured_title">
                                                Crazy! Baby
                                            </span>
                                        </li>
                                    </ul>
                                </td>
                                <td class="fs_featured_td">
                                    <ul class="fs_featured_item">
                                        <li class="fs_featured_art">
                                            <a href="carousel_index.php?artist=Catherine Wheel&amp;ASIN=B000001E17&amp;medium_image=https://images-na.ssl-images-amazon.com/images/I/51AJBl8SyuL.__SL160__.jpg&amp;title=Chrome" onclick="return hs.htmlExpand(this, { objectType: 'ajax', cacheAjax: false, preserveContent: true, width: 275, height: 400, dimmingOpacity: 0 } )">
                                                <img src="https://images-na.ssl-images-amazon.com/images/I/51AJBl8SyuL.__SL500__.jpg" title="Click for Album Info">
                                            </a>
                                        </li>
                                        <li class="fs_featured_label">
                                            just requested
                                        </li>
                                        <li class="fs_featured_info">
                                            <span class="fs_featured_artist">
                                                Catherine Wheel
                                            </span>
                                            <br>
                                            <span class="fs_featured_title">
                                                Chrome
                                            </span>
                                        </li>
                                    </ul>
                                </td>
                                <td class="fs_featured_td">
                                    &nbsp;
                                </td>
                            </tr>
                        </tbody>
                    </table>
                </div>
            </div>
            <!-- /Center Box -->
            <!--Footer-->
            <div id="footer_wrapper">
                <div id="footer_box">
                    <a href="../static/home/terms_standalone.html">
      TOS
                    </a>
                    /
                    <a href="../static/home/privacy_standalone.html">
                        Privacy Policy
                    </a>
                    / &copy;2008-2024 MusicBoomerang.com /
                    <a href="mailto:[email protected]">
                        [email protected]
                    </a>
                    <br>
                    <br>
                </div>
            </div>
            <script language="javascript">
                var jQ = jQuery;
                jQ("#frmSignIn").keypress(function(e) {
                    if (e.which == 13) {
                        jQ('#frmSignIn').submit();
                        return false;
                    }
                });
            </script>
            <script language="javascript">
                focus_on("txtUsername");
            </script>
            <!--/Footer-->
            <!--<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
    _uacct = "UA-3049812-1";
    urchinTracker();
</script>
<script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
    try {
        var pageTracker = _gat._getTracker("UA-11772531-1");
        pageTracker._trackPageview();
    } catch (err) {
    
    }</script>-->
            <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
            </script>
            <script type="text/javascript">
                try {
                    _uacct = "UA-3049812-1";
                    urchinTracker();
                } catch (err) {
                
                }
            </script>
        </div>
    </body>
</html>

Latest requests

# Url Url Source Date
1 https://musicboomerang.com/ 2024-05-08 20:31:42
2 https://thebolditalic.com/?gi=4f6c… 2024-05-08 20:31:40
3 https://thebolditalic.com/?gi=40a8… 2024-05-08 20:31:39
4 https://thebolditalic.com/?gi=ed14… 2024-05-08 20:31:35
5 https://thebolditalic.com/?gi=5eb6… 2024-05-08 20:31:31
6 https://thebolditalic.com/?gi=dc81… 2024-05-08 20:31:27
7 https://sostrategic.com.au/?URL=ht… 2024-05-08 20:31:26
8 https://thebolditalic.com/?gi=bf7e… 2024-05-08 20:31:19
9 https://thebolditalic.com/?gi=1682… 2024-05-08 20:31:19
10 https://www.aksessuary-avto.ru/ 2024-05-08 20:31:17
11 https://thebolditalic.com/?gi=630a… 2024-05-08 20:31:15
12 https://thebolditalic.com/?gi=1b1f… 2024-05-08 20:31:11
13 https://thebolditalic.com/?gi=1ffe… 2024-05-08 20:31:07
14 https://thebolditalic.com/?gi=042f… 2024-05-08 20:31:07
15 https://thebolditalic.com/?gi=bf2c… 2024-05-08 20:31:04
16 https://thebolditalic.com/?gi=7aa2… 2024-05-08 20:31:03
17 https://thebolditalic.com/?gi=63c3… 2024-05-08 20:30:59
18 https://thebolditalic.com/?gi=8a1a… 2024-05-08 20:30:55
19 https://thebolditalic.com/?gi=36b4… 2024-05-08 20:30:51
20 https://thebolditalic.com/?gi=1bfc… 2024-05-08 20:30:47