function book(itemID)
{
    var w = window.open('http://www.amazon.com/gp/product/' + itemID + '?ie=UTF8&tag=thehomeofbrianbo&linkCode=as2&camp=1789&creative=9325&creativeASIN=' + itemID, 'AMAZON');
    w.focus();
}

function author(name)
{
    var w = window.open('http://www.amazon.com/gp/search?ie=UTF8&tag=thehomeofbrianbo&index=books&linkCode=ur2&camp=1789&creative=9325&keywords=' + name, 'AMAZON');
    w.focus();
}

function amazon()
{
    var w = window.open('http://www.amazon.com/exec/obidos/redirect-home/thehomeofbrianbo', 'AMAZON');
    w.focus();
}

function artist(name)
{
    var w = window.open('http://www.amazon.com/gp/search?ie=UTF8&tag=thehomeofbrianbo&index=music&linkCode=ur2&camp=1789&creative=9325&keywords=' + name, 'AMAZON');
    w.focus();
}

function cd(itemID)
{
    var w = window.open('http://www.amazon.com/gp/product/' + itemID + '?ie=UTF8&tag=thehomeofbrianbo&linkCode=as2&camp=1789&creative=9325&creativeASIN=' + itemID, 'AMAZON');
    w.focus();
}
