﻿function redirect(target) {

    switch (target) {

        case "only":
            target = "http://www.subpop.com/releases/sera_cahoone/full_lengths/only_as_the_day_is_long";
            break;
        case "self":
            target = "http://www.subpop.com/releases/sera_cahoone/full_lengths/sera_cahoone";
            break;
        case "cowgirl":
            target = "http://www.fargostore.com/mod/p_disque.php?article_id=2692";
            break;
        case "starbucks":
            target = "http://www.hearmusic.com/#PRODUCT412";
            break;
        case "beautiful":
            target = "http://cdbaby.com/cd/beautifulconfusion";
            break;
        case "wakefields":
            target = "http://cdbaby.com/cd/wakefields2";
            break;
        case "widower":
            target = "http://cdbaby.com/cd/widower";
            break;
        case "archives":
            target = "http://www.subpop.com/releases/grand_archives/full_lengths/the_grand_archives";
            break;
        case "massey":
            target = "http://cdbaby.com/cd/massyferguson2";
            break;
        case "keepinmind":
            target = "http://www.subpop.com/releases/grand_archives/full_lengths/keep_in_mind_frankenstein";
            break;
        case "betsy":
            target = "http://www.cdbaby.com/cd/BetsyOlson";
            break;
        default:
            target = "http://www.jkardong.com";
            break;
    }

    //Open link in new window
    window.open(target, '_blank',"height=800,width=1000");
}



