MP3SEPET.COM

Magic (Marshall düet)
Indirildi: 4317 Şarkı süresi: 03:49Ölçü: 5.31 mbBitrate: 192 khz
Listen

You make my pulse race
You make my heart skip skip

I can feel the magic in the air
Ain't afraid to show that i care

I can feel the magic

Every tim we kiss
Every time we touch

Love takes over
Don't you feel so good?
query('SELECT name, url FROM song WHERE artist_id = ' . $artistId . ' AND song_id != ' . $dbSongId . ' ORDER BY created_dt DESC LIMIT 9'); if($db->num_rows($dbResult) > 0) { echo '
'; echo '
'; echo '

Sanatçının diğer şarkıları

'; echo '
'; while(list($dbName, $dbUrl) = $db->fetch_row($dbResult)) { $pic = '/i/cover.jpg'; if(file_exists('files/images/' . $artistId . '/' . $dbUrl . '.jpg')) { $pic = '/files/images/' . $artistId . '/' . $dbUrl . '.jpg'; } echo '
' . $dbName . '

' . $dbName . '
'; } echo '
'; } $db->free_result($dbResult); include 'includes/footer.php';