﻿// randomimage.view.js

if(typeof jQuery != 'undefined') {
	$(document).ready(function() {
		
		$('.csc-textpic-imagewrap').innerfade({
			speed: 2000,
			timeout: 5000,
			type: 'random',
			containerheight: '305px'
		});
		
	});
}