HP CB317WA No 564 Photo Black Genuine Printer Ink Cartridge
Details
Suitable for Photosmart B901a, B8550, B8553, B8558, C309a, C310a, C410a, C5324, C5370, C5373, C5380, C8383, C5388, C5390, C5393, C5460, C6300, C6324, C6375, C6380, D5460, D5463, D5468, D7560, 7510
Approx. 130 pages.
Or you can simply call us:
Tel: (02) 9526 1088
Order Hotline: 1300 123 INK (465)
Fax: (02) 9543 8928
Office Hours: 9am To 5pm Sydney Time
Address: 31C Koonya Circuit, Caringbah, NSW 2229
We'll also love to hear from you if you like to send us some testimonials!
');
for(var i=0;i ');
// Adding a link to the swControls div:
swControls.append(''+(i+1)+'');
}
ul.append(swControls);
var maxHeight = 340;
var totalWidth = 0;
var swPage = ul.find('.swPage');
swPage.each(function(){
// Looping through all the newly created pages:
var elem = $(this);
var tmpHeight = 0;
elem.find('li').each(function(){tmpHeight+=$j(this).data('height');});
if(tmpHeight>maxHeight)
maxHeight = tmpHeight;
totalWidth+=ul.outerWidth();
elem.css('float','left').width(ul.width());
});
swPage.wrapAll('');
// Setting the height of the ul to the height of the tallest page:
ul.height(maxHeight);
var swSlider = ul.find('.swSlider');
swSlider.append('').width(totalWidth);
var hyperLinks = ul.find('a.swShowPage');
hyperLinks.click(function(e){
// If one of the control links is clicked, slide the swSlider div
// (which contains all the pages) and mark it as active:
$(this).addClass('active').siblings().removeClass('active');
swSlider.stop().animate({'margin-left':-(parseInt($j(this).text())-1)*ul.width()},'slow');
e.preventDefault();
});
// Mark the first link as active the first time this code runs:
hyperLinks.eq(0).addClass('active');
return this;
}})(jQuery);
$j(document).ready(function(){
/* The following code is executed once the DOM is loaded */
// Calling the jQuery plugin and splitting the
// #holder UL into pages of 4 LIs each:
$j('#holder').sweetPages({perPage:4});
// The default behaviour of the plugin is to insert the
// page links in the ul, but we need them in the main container:
var controls = $j('.swControls').detach();
controls.appendTo('#main');
});






