<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Printed Circuit - Electronic music from Leeds, UK. Featuring chiptune-inspired tracks like Song For Europe, Movements, and Brick It. Classic MySpace profile with music player, videos, and friend space.">
    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-K6DW07TG7K"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-K6DW07TG7K');
    </script>
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <title>Printed Circuit on MySpace Music - Free Streaming MP3s, Pictures & Music Downloads</title>
    <link rel="stylesheet" href="/styles.css">
</head>
<body>
    <!-- MySpace Header -->
    <div class="header">
        <div class="header-content">
            <div class="myspace-logo">PrintedCircuit.net</div>
            <div class="nav-bar">
                <a>Home</a>
                <a>Browse</a>
                <a>Search</a>
                <a>Invite</a>
                <a>Film</a>
                <a>Mail</a>
                <a>Blog</a>
                <a>Favorites</a>
                <a>Forum</a>
                <a>Groups</a>
                <a>Events</a>
                <a>Videos</a>
                <a>Music</a>
                <a>Classifieds</a>
            </div>
        </div>
    </div>

    <!-- Main Container -->
    <div class="container">
        <div class="left-column">
            <h1>Printed Circuit</h1>
            <div class="genre">Electronica / Pop / Alternative</div>
            
            <img src="/printedcircuit.webp" alt="Printed Circuit band photo" class="profile-image">
            <div class="view-more-pics">
                <a href="https://bsky.app/profile/printed-circuit.net">View more pics</a>
            </div>
            
            <div class="quote">"not fucking bad"</div>
            <div class="location">
                Leeds, Yorkshire<br>
                United Kingdom
            </div>
            <div class="profile-stats">
                Profile Views: 2959
            </div>
            <div class="last-login">
                Last Login: <span id="last-login"></span>
            </div>

            <div class="contact-section">
                <div class="section-header">Contacting Printed Circuit</div>
                <table class="contact-table">
                    <tr>
                        <td>
                            <a href="https://bsky.app/profile/printed-circuit.net/">
                                <img src="/sendMailIcon.gif" alt="Send Message">
                            </a>
                        </td>
                        <td>
                            <a href="https://printedcircuit.bandcamp.com/album/chip-pop">
                                <img src="/forwardMailIcon.gif" alt="Forward to Friend">
                            </a>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <a href="https://bsky.app/profile/printed-circuit.net/">
                                <img src="/addFriendIcon.gif" alt="Add to Friends">
                            </a>
                        </td>
                        <td>
                            <a href="https://bsky.app/profile/printed-circuit.net/">
                                <img src="/addFavoritesIcon.gif" alt="Add to Favorites">
                            </a>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <a href="https://bsky.app/profile/printed-circuit.net/">
                                <img src="/messagefriend.gif" alt="Instant Message">
                            </a>
                        </td>
                        <td>
                            <a href="https://bsky.app/profile/printed-circuit.net/">
                                <img src="/blockuser.gif" alt="Block User">
                            </a>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <a href="https://bsky.app/profile/printed-circuit.net/">
                                <img src="/icon_add_to_group.gif" alt="Add to Group">
                            </a>
                        </td>
                        <td>
                            <a href="https://bsky.app/profile/printed-circuit.net/">
                                <img src="/icon_rank_user4.gif" alt="Rank User">
                            </a>
                        </td>
                    </tr>
                </table>
            </div>

            <div class="url-box">
                <div class="url-content">
                    <strong>Buy Music:</strong><br>
                    <a href="https://printedcircuit.bandcamp.com">https://printedcircuit.bandcamp.com</a>
                </div>
            </div>

            <div class="info-section">
                <div class="section-header">printedcircuit General Info</div>
                <table class="info-table">
                    <tr>
                        <td class="label">Member Since:</td>
                        <td>5/30/2004</td>
                    </tr>
                    <tr>
                        <td class="label">Band Website:</td>
                        <td><a href="https://printed-circuit.net">printed-circuit.net</a></td>
                    </tr>
                </table>
            </div>

            <script>
                function updateLastLogin() {
                    const today = new Date();
                    const month = today.getMonth() + 1;
                    const day = today.getDate();
                    const year = today.getFullYear();
                    document.getElementById('last-login').textContent = `${month}/${day}/${year}`;
                }
                updateLastLogin();
            </script>
        </div>

        <div class="right-column">
            <!-- Music Player -->
            <div class="music-player">
                <div class="music-player-header">Printed Circuit's Music Player</div>
                <div class="music-content">
                    <iframe style="border: 0; width: 100%; height: 340px;" src="https://bandcamp.com/EmbeddedPlayer/album=1738991232/size=large/bgcol=ffffff/linkcol=003399/tracklist=true/artwork=small/transparent=true/track=1738991232/tracks=3931295987,3086942542,1738991232,1841576754,3086942542/" seamless><a href="https://printedcircuit.bandcamp.com/album/chip-pop">CHiP-POP by Printed Circuit</a></iframe>
                    <p style="margin-top: 10px; text-align: center;">
                        <a href="https://printedcircuit.bandcamp.com/music" style="color: #003399;">See more music on Bandcamp</a>
                    </p>
                </div>
            </div>

            <!-- Blog Entry Title -->
            <div class="blog-title">
                <strong>Printed Circuit's Latest Blog Entry</strong> [<a href="https://bsky.app/profile/printed-circuit.net">Subscribe to this Blog</a>]
            </div>

            <!-- About Section -->
            <div class="blog-post">
                <div class="blog-header">About Printed Circuit</div>
                <div class="blog-content">
                    <p><strong>Printed Circuit</strong> began in 1999 as Claire Circuit's solo electronic project, releasing records on labels like Tigerbeat6 and Elefant. Printed Circuit quickly became known for intricate melodies and innovative programming inspired by 8-bit computer games.</p>
                    <br>
                    <p>In 2004, Andrew joined on live synths. Their unique stage setup saw them performing face-to-face, a signature element since their memorable show at London's NagNagNag.</p>
                    <br>
                    <p><strong>Influences:</strong> Acorn Electron games, DAT Politics, Add N to X, Frederik Schikowski</p>
                </div>
            </div>

            <!-- Friends Section -->
            <div class="friend-space">
                <div class="friend-header">Printed Circuit's Friend Space</div>
                <div class="friend-count">Printed Circuit has <span class="friend-number">496</span> friends.</div>
                <div class="friend-grid">
                    <div class="friend-grid-container">
                        <div class="friend-box">
                            <img src="/clive.png" alt="Profile picture of Sir Clive Sinclair">
                            <a href="#" class="disabled-link">Sir Clive Sinclair</a>
                        </div>
                        <div class="friend-box">
                            <img src="/raino.png" alt="Profile picture of Raino">
                            <a href="#" class="disabled-link">Raino</a>
                        </div>
                        <div class="friend-box">
                            <img src="/circuit.jpg" alt="Profile picture of Circuit">
                            <a href="#" class="disabled-link">Circuit</a>
                        </div>
                        <div class="friend-box">
                            <img src="/jen.png" alt="Profile picture of jensx1000">
                            <a href="#" class="disabled-link">jensx1000</a>
                        </div>
                        <div class="friend-box">
                            <img src="/archie.png" alt="Profile picture of Archie">
                            <a href="#" class="disabled-link">Archie</a>
                        </div>
                        <div class="friend-box">
                            <img src="/roland.png" alt="Profile picture of roland sh101">
                            <a href="#" class="disabled-link">roland sh101</a>
                        </div>
                        <div class="friend-box">
                            <img src="/venga.png" alt="Profile picture of Vengaboys">
                            <a href="#" class="disabled-link">Vengaboys</a>
                        </div>
                        <div class="friend-box">
                            <img src="/tom.png" alt="Profile picture of Tom">
                            <a href="#" class="disabled-link">Tom</a>
                        </div>
                    </div>
                </div>
                <div class="view-all">
                    <a href="https://bsky.app/profile/printed-circuit.net/followers">View All of Printed Circuit's Friends</a>
                </div>
            </div>

            <!-- Videos Section -->
            <div class="video-space">
                <div class="comments-header">Printed Circuit's Videos</div>
                <div class="video-player">
                    <div id="current-video">
                        <iframe id="video-frame" width="100%" height="315" 
                            src="https://www.youtube.com/embed/d3LZtmF3Vo0?autoplay=1&mute=1&loop=1&playlist=d3LZtmF3Vo0&controls=1&modestbranding=1" 
                            frameborder="0" 
                            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" 
                            allowfullscreen>
                        </iframe>
                    </div>
                    <div class="video-navigation">
                        <div class="video-links">
                            <a href="#" onclick="changeVideo('d3LZtmF3Vo0', this); return false;" class="video-link active">Song For Europe</a> |
                            <a href="#" onclick="changeVideo('IFsRdPWrqTI', this); return false;" class="video-link">Movements</a> |
                            <a href="#" onclick="changeVideo('LJXRzcuYx_A', this); return false;" class="video-link">My Butt Hurts</a> |
                            <a href="#" onclick="changeVideo('hFeo6uk_PrE', this); return false;" class="video-link">Brick It</a>
                        </div>
                    </div>
                </div>
                <script>
                    function changeVideo(videoId, linkElement) {
                        // Update iframe src with all parameters
                        document.getElementById('video-frame').src = 
                            'https://www.youtube.com/embed/' + videoId + 
                            '?autoplay=1&mute=1&loop=1&playlist=' + videoId +
                            '&controls=1&modestbranding=1';
                        
                        // Update active link styling
                        document.querySelectorAll('.video-link').forEach(link => {
                            link.classList.remove('active');
                        });
                        linkElement.classList.add('active');
                    }
                </script>
            </div>

            <!-- Comments Section -->
            <div class="comments-section">
                <div class="comments-header">Printed Circuit's Friends Comments</div>
                <div class="comments-display">Displaying <span class="comment-count">46</span> of <span class="comment-count">48</span> comments (<a href="#" class="disabled-link">View/Edit All Comments</a>)</div>
                
                <!-- Individual Comments -->
                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Molliger</a>
                        <img src="/molliger.jpg" alt="Molliger's profile picture" class="comment-image">
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">2/21/2006 5:44 PM</div>
                        <p>hey!</p>
                        <p>hows it going? hope to see you back in australia sometime in the future... we're still keeping wombat welfare alive.</p>
                        <p>xo andrew</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Bacanal Intruder</a>
                        <img src="/bacanal.gif" alt="Bacanal Intruder's profile picture" class="comment-image">
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">2/16/2006 12:52 PM</div>
                        <p>Hello Claire!! Good work! your music rox!! keep it up!</p>
                        <p>xxx</p>
                        <p>Luis</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">MOTORMARK</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">2/16/2006 6:40 AM</div>
                        <p>PC CLAIRE!</p>
                        <p>HOWTHEFLICKAREYOU?</p>
                        <p>HOPE ALL IS GOOD< VERY HAPPY TO HAVE FOUND U.</p>
                        <p>SUPAHAPPY!</p>
                        <p>TH' MARKZ</p>
                        <p>X</p>
                        <p>X</p>
                        <p>//</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Max Tundra</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">2/15/2006 11:42 AM</div>
                        <p>Smashed Prawns in a Milky Basket</p>
                        <img src="/prawns.jpg" alt="Smashed Prawns in a Milky Basket" class="comment-photo">
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">MINK ENGINE</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">2/14/2006 11:39 PM</div>
                        <p>OHHHHH ahh I lost my bra, I left it in my boyfriends car!!!!!!!!!!!!!!!!!!</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Ignat</a>
                        <img src="/ignat.jpg" alt="Ignat's profile picture" class="comment-image">
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">1/24/2006 9:55 PM</div>
                        <p>Hey!</p>
                        <p>I love your songs! Great work.</p>
                        <p>'Switch it on' is almost the soundtrack of my last year :)</p>
                        <p>A big up! IGnat</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Mandy Feiler</a>
                        <img src="/mandy.jpg" alt="Mandy Feiler's profile picture" class="comment-image">
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">1/22/2006 2:48 PM</div>
                        <p>you guys rock! :o)</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">gold coin</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">1/5/2006 6:59 PM</div>
                        <p>god I love you so much, marry me</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Benny Woo</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">12/19/2005 5:03 PM</div>
                        <p>Your tunes are fantastico, better than a smack in the guts any day of the week.</p>
                        <p>God bless northern robot music :)</p>
                        <p>Benjamin x</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">randomNumber</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">12/14/2005 11:25 AM</div>
                        <p>How was the show at the Hi-Fi or wherever it was, Circuitron?</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">KITSCH</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">12/13/2005 2:07 PM</div>
                        <p>i fucking love your music ever since i discovered it a year ago. YAY. i <3 printed circuit!!</p>
                        <p>hopefully i'll get to see you live someday....i live in hawaii so it'll be a while. unless you come here.... *winkwink*</p>
                        <p><3333</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Das Wanderlust</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">12/6/2005 10:54 AM</div>
                        <p>Yes, well - maybe we could do some shows together? I knew I recognised you. You had good hair.</p>
                        <p>x</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">toxic lipstick</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">12/6/2005 6:07 AM</div>
                        <p>hola!!!</p>
                        <p>we had fun playin with u in brizBane! even tho i had a giant oral presentation at school the next morning.... and we still need to post u a cd...can u resend yr address to us?</p>
                        <p>xox</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Das Wanderlust</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">12/6/2005 12:32 AM</div>
                        <p>Ooh, I'm sure I've read about yous in the past (in Careless Talk or summat) - this is ace. Quite fond of the old retroelectro sounding stuff, not that that's what its called but hey. I'm sure also that I recognise that Claire lady from last time we played in Leeds with Spider and the Webs. Also your vocoders remind me of Nobakazu Takemura - and that's the second time this morning I've been reminded of him.</p>
                        <p>xxx</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">askii</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">11/18/2005 11:15 PM</div>
                        <p>enough's enough. would you mind just moving down the end of our fucking street please?</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">touch me tiger</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">11/6/2005 6:15 PM</div>
                        <p>I wanna hang out with YOU tonight!</p>
                        <p>x</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Keith</a>
                        <img src="/keith.jpg" alt="Keith's profile picture" class="comment-image">
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">11/5/2005 3:27 AM</div>
                        <p>You guys are so crool! I like dancin like reeves from Shootin Stars to this haha!</p>
                        <p>When are the gigs comin up?</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Talkshow Boy</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">10/6/2005 8:12 AM</div>
                        <p>It brings me so much joy to hear your version of "Banana Split". I used to sing that song bounding 'round the house when I was 5. It was on a shoddy $2 compilation called "Bonjour!" recorded by session musos. You're hitting all the right buttons! Got a whole lotta love for you.</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Lenski</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">8/23/2005 8:47 AM</div>
                        <p>I love Printed Circuit. Bring on the EP.</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Myles Palmquist</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">8/8/2005 3:24 PM</div>
                        <p>you are really.</p>
                        <p>really.</p>
                        <p>good.</p>
                        <p>-Myles</p>
                        <p>really.</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">Islip</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">6/27/2005 5:56 AM</div>
                        <p>Remember that you agreed to cover Queen with Joe Mask being Freddie?</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">knifehandchop</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">6/23/2005 2:41 PM</div>
                        <p>hey claire!</p>
                        <p>i have a song you sent me a while back and the mp3 is just called "printed circuit- no name.mp3"..</p>
                        <p>it's fucking amazing.. i always wanted to know what the name for it ended up being..</p>
                        <p>love,</p>
                        <p>billy</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">faith</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">9/11/2004 7:41 PM</div>
                        <p>act robotic!</p>
                    </div>
                </div>

                <div class="comment">
                    <div class="comment-user">
                        <a href="#" class="disabled-link">RAJ BROHAM</a>
                    </div>
                    <div class="comment-content">
                        <div class="comment-date">7/3/2004 10:41 AM</div>
                        <p>brilliant</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <script src="https://analytics.ahrefs.com/analytics.js" data-key="gawBbNG+0AAKIqrJTqFZnQ" async></script>
</body>
</html>
