Time of Your Life (Buffy the Vampire Slayer, Season 8, Volume 4)
|
| List Price: | CDN$ 18.72 |
| Price: | CDN$ 14.82 & eligible for FREE Super Saver Shipping on orders over $39. Details |
Availability: Usually ships in 24 hours
Ships from and sold by Amazon.ca
// <![CDATA[
function registerNamespace(ns)
{
var parts = ns.split(".");
var root = window;
for(var i = 0; i < parts.length; i++)
{
if(!root[parts[i]])
{
root[parts[i]] = new Object();
}
root = root[parts[i]];
}
}
registerNamespace('Associates.Util');
Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element)
{
if(!parent_element){ parent_element = document; }
var tags = parent_element.getElementsByTagName(tag);
var class_tags = new Array();
var class_regex = new RegExp("\\b" + class_name + "\\b");
for (var i = 0; i < tags.length; i++)
{
if(tags[i].className.match(class_regex))
{
class_tags.push(tags[i]);
}
}
return class_tags;
}
Associates.Util.findAncestor = function(child, test)
{
var test_func;
if(typeof test == 'object')
{
test_func = function(obj){ return obj == test };
}
else if (typeof test == 'string')
{
test_func = function(obj){ return obj.nodeName == test };
}
else
{
test_func = test;
}
while(child && !test_func(child))
{
child = child.parentNode;
}
return child;
}
Associates.Util.getSelectedRadio = function(form, radioName)
{
if (typeof form == 'string') { form = document.forms[form]; }
for (var i = 0; i
Product Description
Willow and Buffy head to New York City to unlock the secrets of Buffy’s mysterious scythe, when something goes terribly awry. Buffy is propelled into a dystopian future where there’s only one Slayer – Fray, the title character of Joss Whedon’s 2001 series, the first comic he ever wrote. Their uneasy alliance falls apart, leading to the death of a major character from the TV series, while back in the twenty-first century, the Scotland base falls prey to a mystical bomb courtesy of the Biggest Bad – Twilight!
Product Details
- Amazon Sales Rank: #131 in Books
- Published on: 2009-05-13
- Original language: English
- Binding: Paperback
- 136 pages














Recent Comments