﻿$(document).ready(function() { 

    $(document).pngFix();

	$(".sortable").dataTable( {
		"sPaginationType": "full_numbers",
		"oLanguage": { "sSearch": "Refine Search:" }
	} );

	$('#branding').flash({
		src: '/_swf/lpd.swf',
		width: 940,
		height: 150,
		wmode: 'transparent'
	});

	$('div.fitted').fitted();

 }); 

