$(window).load(function(){if($('#cooltypo').length!==0){var playItem=0;var myPlayList=[{name:"Alternative Melody",mp3:"http://static.bitsofparag.com/mp3/alternative_melody.mp3",ogg:"http://static.bitsofparag.com/mp3/alternative_melody.ogg"},{name:"Rising Star",mp3:"http://static.bitsofparag.com/mp3/rising_star.mp3",ogg:"http://static.bitsofparag.com/mp3/rising_star.ogg"}];function playListConfig(index){playItem=index;$("#jquery_jplayer").setFile(myPlayList[playItem].mp3,myPlayList[playItem].ogg);}
function playListNext(){var index=(playItem+1<myPlayList.length)?playItem+1:0;playListChange(index);}
function playListPrev(){var index=(playItem-1>=0)?playItem-1:myPlayList.length-1;playListChange(index);}
function playListChange(index){playListConfig(index);$("#jquery_jplayer").play();}
$("#jquery_jplayer").jPlayer({swfPath:'flash',ready:function(){playListChange(0);},oggSupport:false}).jPlayerId("play","play_button").jPlayerId("pause","pause_button").jPlayerId("stop","stop_button").jPlayerId("loadBar","player_progress_load_bar").jPlayerId("playBar","player_progress_play_bar").jPlayerId("volumeMin","player_volume_min").jPlayerId("volumeMax","player_volume_max").jPlayerId("volumeBar","player_volume_bar").jPlayerId("volumeBarValue","player_volume_bar_value").onProgressChange(function(loadPercent,playedPercentRelative,playedPercentAbsolute,playedTime,totalTime){var myPlayedTime=new Date(playedTime);var ptMin=(myPlayedTime.getUTCMinutes()<10)?"0"+myPlayedTime.getUTCMinutes():myPlayedTime.getUTCMinutes();var ptSec=(myPlayedTime.getUTCSeconds()<10)?"0"+myPlayedTime.getUTCSeconds():myPlayedTime.getUTCSeconds();$("#play_time").text(ptMin+":"+ptSec);var myTotalTime=new Date(totalTime);var ttMin=(myTotalTime.getUTCMinutes()<10)?"0"+myTotalTime.getUTCMinutes():myTotalTime.getUTCMinutes();var ttSec=(myTotalTime.getUTCSeconds()<10)?"0"+myTotalTime.getUTCSeconds():myTotalTime.getUTCSeconds();$("#total_time").text(ttMin+":"+ttSec);}).onSoundComplete(function(){playListNext();});$("#ctrl_prev").click(function(){playListPrev();return false;});$("#ctrl_next").click(function(){playListNext();return false;});}
if($('#work-slide').length!==0){$("a[rel='bitsofparag']").colorbox();$("a[rel='photoblog']").colorbox();$("a[rel='btechdreams']").colorbox();$("a[rel='mediamelon']").colorbox();}});

