CheySpark

CheySpark's profile picture

"I am still Working on my profile, mainly trying to figure thisOut"

32, Proud-Parent, USA, Writer, Author, Songwriter, Socializer

Last active:

Mood: pretty chill, and happy

View my: Blog | Forum Topics

SpaceHey URL:

https://spacehey.com/charliechey

CheySpark's Interests

General

// ================================ // ADD YOUR IMAGES HERE: // 1. Add image URLs to galleryImages[] // 2. Add matching captions to galleryCaptions[] // 3. Add matching <img> tags in the thumb-strip above // with onclick="galleryGoTo(N)" — N starts at 0 // ================================ var galleryImages = [ "YOUR_IMAGE_URL_HERE" // "YOUR_IMAGE_URL_HERE", // "YOUR_IMAGE_URL_HERE" ]; var galleryCaptions = [ "Photo 1" // "Caption 2", // "Caption 3" ]; var galleryIndex = 0; function galleryUpdate() { document.getElementById('gallery-main-img').src = galleryImages[galleryIndex]; document.getElementById('gallery-main-img').alt = galleryCaptions[galleryIndex] || ''; document.getElementById('gallery-caption').textContent = galleryCaptions[galleryIndex] || ''; document.getElementById('gallery-counter').textContent = (galleryIndex + 1) + ' / ' + galleryImages.length; document.querySelectorAll('#gallery-thumbs img').forEach(function(t, i) { t.classList.toggle('active', i === galleryIndex); }); } function galleryNext() { galleryIndex = (galleryIndex + 1) % galleryImages.length; galleryUpdate(); } function galleryPrev() { galleryIndex = (galleryIndex - 1 + galleryImages.length) % galleryImages.length; galleryUpdate(); } function galleryGoTo(n) { galleryIndex = n; galleryUpdate(); }

Music

Movies

Television

Books

Heroes

CheySpark's Latest Blog Entries [View Blog]

There are no Blog Entries yet.

CheySpark's Blurbs

About me:

Who I'd like to meet:

CheySpark's Friend Space

[view all]

CheySpark's Friends Comments

Displaying 0 of 0 comments ( View all | Add Comment )