

|
Categories |

|
Online Now |
Welcome, guest !
We have 17 members
and 929 guests online
>>Click Here<< Post your FREE ad
What is RSS?
View our RSS Feeds
Over 11 million hits every month - click here to view our stats!
Link to UK Classifieds Earn £5 Credit!

|
Recently Viewed |
|
You are here: Home > Music / Tickets / Entertainment > Movies - DVD
FATHER TED SERIES 1 TO 3 4 DVD SET
|
Visitors Reviews |
Add to Favorites |
Other Ads by this User |
Refer it to Friends
More ads in carrickfergus | Report this ad to Admin
LISTING PHOTOS
Click photo to enlarge
Page Views: 96
Date Added: 23/01/2008
Last Updated: 23/01/2008
|
|
|
| Price: |
10.00 |
|
| Description: |
|
function showLightBoxForm() {
//Vertical alignment hack for IE 5/6
var ieVersion = getInternetExplorerVersion();
if(ieVersion > -1 && ieVersion < 7){
$("offerFormsArea").style.marginTop = eval(document.documentElement.scrollTop + (document.documentElement.clientHeight / 2) - (560 / 2));
}
showLightBoxContent("offerFormsArea");
}
.lightbox-offer-links {
list-style-type: none;
font-size: 11px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.lightbox-offer-links a, .lightbox-offer-links a:active, .lightbox-offer-links a:visited, .lightbox-offer-links a:hover {
text-decoration: none;
color: #666;
}
.lightbox-offer-links li {
float: left;
display: inline;
margin: 7px 0px 0px 0px;
padding: 1px 16px 0px 16px;
}
.lightbox-offer-links li.spacer {
padding: 3px 0px;
}
.lightbox-offer-links select {
font-size: 10px;
padding: 0px;
margin: 0px;
}
.offerFormHeader {
font-size: 170%;
font-weight: normal;
letter-spacing: -0.03em;
line-height: 1.5;
color: #333;
font-family: arial;
padding: 0px 8px;
border: 1px solid #a09d97;
border-left: 0px;
border-right: 0px;
background: url(/images/misc/brown_gradient_small.jpg) repeat-x top center;
background-color: #faf9f7;
/* IE 6 */
_padding: 3px 8px;
}
- Ask a Question
-
function lightBoxAddToCart() {
var c_action = "add_to_cart";
var c_url = '/user_profiles/'+ c_action + '/18872266';
var oq = $('lightbox_add_to_cart_offer_quantity');
if (oq) {
c_url += "?offer_quantity="+ oq.options[oq.selectedIndex].value;
}
new Ajax.Request(c_url, {asynchronous:true, evalScripts:true, onComplete:function(request){Element.hide('addtocartind_')}, onLoading:function(request){Element.show('addtocartind_')} });
}
- Add to Cart
- 1 2
This item has been added to your cart
Continue shopping View your cart View wez2002's other items
Ask the Seller a Question
Question
256 characters left
Add smilies to your message
:) ','ask_question_emoticons_div');$('ask_question_comment').focus();charCountdown2($('ask_question_comment'), 'aq_countdown', 256);" href="javascript:void(0);"> ','ask_question_emoticons_div');$('ask_question_comment').focus();charCountdown2($('ask_question_comment'), 'aq_countdown', 256);" href="javascript:void(0);"> ','ask_question_emoticons_div');$('ask_question_comment').focus();charCountdown2($('ask_question_comment'), 'aq_countdown', 256);" href="javascript:void(0);">
[close]
Request More Pictures Request an Offer (Price + Shipping) from the Seller
Cancel
Submitting your question... Please wait...
You can edit the item title, quantity, asking price, or shipping price by simply clicking on it and typing a new entry. Full Edit
FATHER TED SERIES 1 TO 3 4 DVD SET
$20.00 Quantity: 2
Category: Movies & Television
Shipping: $6.00 (within United States)
Keyword Tags: none [Edit]
Seller Preferences [Edit]
Payments Accepted: PayPal You Do Not Accept: Visa, MasterCard, American Express, Discover, Checks, Money Order See Item description
.enlarge_thumbnail {
border: 1px solid #ccc;
padding: 4px;
margin: 5px 5px 5px 0px;
}
var itemDetailMaxImageWidth = 435;
preloadImagesArray = new Array;
function preloadImages(){
if(document.images){
for(var i = 0; i < preloadImagesArray.length; i++){
eval("preloadedImage" + i + ".src = '" + preloadImagesArray[i] + "';");
}
}
}
function setMainImage(url,video){
var str = url.substring(url.lastIndexOf('/')+1, url.lastIndexOf('/')+3);
var container = $('main_picture');
if (container == null) { return };
var containerHeight = container.offsetHeight;
container.innerHTML = '';
if (video == 0) {
//Look through all preloaded images. If one is found with the same image name, set new_fill to that image object.
for(var i = 0; i < preloadImagesArray.length; i++){
if(eval("typeof(preloadedImage" + i + ")") != "undefined"){
var preloadedImageName = eval("preloadedImage" + i + ".src");
preloadedImageName = preloadedImageName.substring(preloadedImageName.lastIndexOf('/')+1, preloadedImageName.length);
var urlImageName = url.substring(url.lastIndexOf('/')+1, url.length);
if(preloadedImageName == urlImageName){
var new_fill = eval("preloadedImage" + i);
}
}
}
//If the new_fill variable has already been set by the preload logic
if(typeof(new_fill) == "undefined"){
var new_fill = document.createElement('img');
new_fill.src = url;
}
//Create zoom icon image object
var zoom_image = document.createElement('img');
zoom_image.src = "/images/icons/zoom_16.gif";
zoom_image.style.marginTop = "4px";
if(new_fill.width > itemDetailMaxImageWidth){
new_fill.style.height = new_fill.height = new_fill.height * (itemDetailMaxImageWidth / new_fill.width);
new_fill.style.width = new_fill.width = itemDetailMaxImageWidth;
}
//If the image and the zoom icon have both been downloaded, set the container height
if(new_fill.complete && zoom_image.complete){
if(containerHeight < (new_fill.height + zoom_image.height)){
container.style.height = (new_fill.height + zoom_image.height) + "px";
}else{
container.style.height = containerHeight + "px";
}
}
if (str == 'o_') {
line_break = document.createElement('br');
new_fill.alt = 'Click to View Full-Size Image';
zoom_image.alt = 'Click to View Full-Size Image';
var temp_str = url.substring(0,url.lastIndexOf('/')+1);
temp_str += url.substring(url.lastIndexOf('/')+3,url.length);
new_fill.src = url;
var new_link = document.createElement('a');
new_link.setAttribute('title','Click to View Full-Size Image');
new_link.href = "JavaScript:void(0);";
new_link.onclick = function() { window.open('/fs_img.html?' + temp_str + '','full_sized_image','resizable=1,scrollbars=yes');return false; };
new_link.appendChild(new_fill);
new_link.appendChild(line_break);
new_link.appendChild(zoom_image);
image_div = document.createElement("div");
if(new_fill.width == 0){
image_div.style.width = new_fill.style.width;
}else{
image_div.style.width = new_fill.width + "px";
}
image_div.style.textAlign = "right";
image_div.style.margin = "auto";
//image_div.style.border = "1px solid red";
image_div.appendChild(new_link);
container.appendChild(image_div);
} else {
new_fill.alt = 'Main Image';
container.appendChild(new_fill);
}
} else if(video == 1){
if(containerHeight < 290){
container.style.height = "290px";
}else{
container.style.height = containerHeight + "px";
}
var so = new SWFObject('/flvplayer.swf', 'flash_video', '435', '290', '7');
so.addParam("allowfullscreen", "false");
so.addVariable("file", url);
so.addVariable("autostart", "true");
so.addVariable("displayheight","290");
so.addVariable("overstretch","none");
so.write('main_picture');
}
}
var i = 0;
function initSetMainImage(){
setMainImage("http://i3.iofferphoto.com/img/item/188/722/66/1.jpg", 0);
}
addEvent(window, "load", initSetMainImage, false);
//
Father Ted : Complete Box Set
REGION FREE NOT TAPED OF TV
QUALITY 100%
Father Ted is one of those rare sitcoms that defies categorisation--it owes as much to Flann O'Brien and Samuel Beckett as it does to Monty Python--and its blend of satire, character comedy and anarchic surrealism has made it a cult favourite around the world. Exiled to remote Craggy Island, Father Ted shares a house with the breathtakingly stupid Father Dougal Maguire and the constantly inebriated Father Jack, who has a small vocabulary and a taste for furniture polish. Their housekeeper, Mrs Doyle, takes care of them with a never-ending supply of tea and sandwiches: "Go on now, Father, won't you try one? They're diagonal." Together they fight boredom by dressing up as Elvis, startling ducks at the fair and provoking nuns. This set compiles the entire three-year series
supplied in ther own PVC WALLETS NO BOXES with full glossy art work.PRINTED ON THE DISCS LOOKS GREAT DVD
DVD S ARE 100% TOP QUALITY
POSTAGE COST £1.75 |
|
| City: |
carrickfergus |
|
| County: |
antrim |
|
| Country: |
United Kingdom |
|
Contact person: |
LEZA |
|
| Phone: |
|
|
| Web-site: |
|
|
| View Map: |
Click Here to view |
|
| E-mail: |
Reply to Ad |
|
|
|
Average Visitor Rating:
0.00 (out of 5)
Number of Ratings: 0 Votes
|
|


|
Our Newsletter |
|