﻿// This next section sets up the fading images for the Sponsors section on the sidebar. 
// SPEED: In milliseconds - how long the transition should take.
// TYPE: Type of slideshow: 'sequence', 'random' or 'random_start'
// CONTAINERHEIGHT: The height of the div that is calling the innerfade method.

$(function() {
    $('ul#featured').innerfade({
        speed: 1000,
        timeout: 5000,
        type: 'random',
        containerheight: '226px'
    });

});

$(function() {
	// initialize scrollable with mousewheel support
	$('.scrollable').scrollable({ vertical: true, mousewheel: true });	
});

$(function(){
    $('div.#1Orclock').click(function() {
  //alert("event.type"); // "click"
 // $.prettyPhoto.open(['http://www.youtube.com/watch?v=tJ4rugklWxg','http://www.youtube.com/watch?v=tJ4rugklWxg'],['',''],['DRP Shop`s Nightmare!','']);
}); 
});
function click()
{if (event.button==2)
{
alert('All images are protected by Copyright. Do not use without permission.')
} 
}
document.onmousedown=click
