var randomnumber = Math.floor(Math.random()*10001 + 1000);

var prot = window.location.protocol +'//';

// DELL AD'S - will leave in case this needs to be reactivated
/*
var dell_ad_480px = '<a href="http://ad.doubleclick.net/clk;219836288;36839964;i?http://www.lovefilm.com/dell-watch-online" class="dell_stripe"><img src="/lovefilm/images/promotional/dell/blu-ray-dell-stripe.jpg" width="480" height="90" alt="DELL yours is here. Watch Online. Treat yourself. Anywhere. Anytime"/></a><img src="'+prot+'adfarm.mediaplex.com/ad/tr/2397-70415-28602-4?mpt='+randomnumber+'" border="0">';

var dell_ad_632px = '<a href="http://ad.doubleclick.net/clk;219836254;36839964;b?http://www.lovefilm.com/dell-watch-online" class="dell_stripe"><img src="/lovefilm/images/promotional/dell/home-dell-stripe.jpg" width="632" height="90" alt="DELL yours is here. Watch Online. Treat yourself. Anywhere. Anytime"/></a><img src="'+prot+'adfarm.mediaplex.com/ad/tr/2397-70415-28602-3?mpt='+randomnumber+'" border="0">';

var dell_ad_796px = '<a href="http://ad.doubleclick.net/clk;219836319;36839964;d?http://www.lovefilm.com/dell-watch-online" class="dell_stripe"><img src="/lovefilm/images/promotional/dell/watch-online-dell-stripe.jpg" width="796" height="90" alt="DELL yours is here. Watch Online. Treat yourself. Anywhere. Anytime"/></a><img src="'+prot+'adfarm.mediaplex.com/ad/tr/2397-70415-28602-5?mpt='+randomnumber+'" border="0">';
*/

// 26763 emusic banners
var digimag_ad_home_632px = '<a href=" http://ad.doubleclick.net/clk;223689242;36839964;z?http://www.lovefilm.com/community/view_list.html?customer_list_id=21514&e=19033&official=1" class="bespoke_ad_stripe" target="_blank"><img src="/lovefilm/images/promotional/emusic/emusic_632x90_v2.gif" width="632" height="90" alt="The eMusic Collection"/></a>';

var digimag_ad_bluray_480px = '<a href=" http://ad.doubleclick.net/clk;223689242;36839964;z?http://www.lovefilm.com/community/view_list.html?customer_list_id=21514&e=19033&official=1" class="bespoke_ad_stripe" target="_blank"><img src="/lovefilm/images/promotional/emusic/emusic_480x90_v2.gif" width="480" height="90" alt="The eMusic Collection"/></a><br />';

var digimag_ad_digital_796px = '<a href=" http://ad.doubleclick.net/clk;223689242;36839964;z?http://www.lovefilm.com/community/view_list.html?customer_list_id=21514&e=19033&official=1" class="bespoke_ad_stripe" target="_blank"><img src="/lovefilm/images/promotional/emusic/emusic_796x90_v2.gif" width="796" height="90" alt="The eMusic Collection"/></a>';

// nescafe banners
var nescafe_ad_home_638px = '<a href="http://ad.doubleclick.net/clk;225641948;36839964;c?http://servedby.flashtalking.com/click/12591;46790;50126;211;0/?ft_sgid=113&url=145226" class="bespoke_ad_stripe" target="_blank"><img src="/lovefilm/images/promotional/nescafe/638x90Nescafe.jpg" width="638" height="90" alt="Get together with Nescafe Gold Blend"/></a>';

function watchonline() {
        //$('#watch-online-editable').after(digimag_ad_digital_796px);
};

function bluray() {
        $('#proCont').after(digimag_ad_bluray_480px);
};

function homead() {
        $('#recommendations').before("<li>"+digimag_ad_home_632px+"</li>");
};


